From a560753e1c1bbb3db84c67a67176d4ce9168c26e Mon Sep 17 00:00:00 2001 From: toufic ar Date: Mon, 26 Jan 2026 21:13:36 +0200 Subject: [PATCH] nix command for update job --- .forgejo/workflows/update.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/update.yaml b/.forgejo/workflows/update.yaml index e78c1f6..e80fc18 100644 --- a/.forgejo/workflows/update.yaml +++ b/.forgejo/workflows/update.yaml @@ -7,7 +7,7 @@ jobs: runs-on: nix-latest steps: - name: install packages - run: nix profile add nixpkgs#nodejs_24 + run: nix --extra-experimental-features "nix-command flakes" profile add nixpkgs#nodejs_24 - name: checkout repo uses: actions/checkout@v6 - name: configure git