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