Cleanup preparation step
Some checks failed
/ test (push) Failing after 6m57s

This commit is contained in:
Nicolas Jeannerod 2024-09-24 14:05:53 +02:00
parent 2f107fa9a7
commit 7c254a750b
Signed by: Niols
GPG key ID: 35DB9EC8886E1CB8

View file

@ -4,15 +4,10 @@ jobs:
runs-on: nix.2.18.7
steps:
- run: |
cat <<EOF >> /etc/nix/nix.conf
cat <<EOF >>/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