From 7c254a750b32253120300f1ca4c309a13459dfca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20=E2=80=9CNiols=E2=80=9D=20Jeannerod?= Date: Tue, 24 Sep 2024 14:05:53 +0200 Subject: [PATCH] Cleanup preparation step --- .forgejo/workflows/test.yaml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) 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