diff --git a/.forgejo/workflows/test.yaml b/.forgejo/workflows/test.yaml index 58df46c..e731d59 100644 --- a/.forgejo/workflows/test.yaml +++ b/.forgejo/workflows/test.yaml @@ -4,15 +4,10 @@ jobs: runs-on: nix.2.18.7 steps: - run: | - cat <> /etc/nix/nix.conf + cat <>/etc/nix/nix.conf experimental-features = nix-command flakes EOF - - run: cat /etc/nix/nix.conf || true - - - run: nix profile install nixpkgs#nodejs - - # - run: nix-channel --update - # - run: nix-env -i nodejs + nix profile install nixpkgs#nodejs - uses: actions/checkout@v4