Nix flakes
Some checks failed
/ test (push) Failing after 4s

This commit is contained in:
Nicolas Jeannerod 2024-09-24 13:29:30 +02:00
parent 19185bc8bd
commit 152503341f
Signed by: Niols
GPG key ID: 35DB9EC8886E1CB8

View file

@ -3,12 +3,16 @@ jobs:
test:
runs-on: nix.2.18.7
steps:
- run: |
cat <<EOF >> /etc/nix/nix.conf
experimental-features = nix-command flakes
EOF
- run: cat /etc/nix/nix.conf || true
- run: cat /etc/xdg/nix/nix.conf || true
- run: cat ~/.config/nix/nix.conf || true
- run: nix-channel --update
- run: nix-env -i nodejs
- run: nix profile install nodejs
# - run: nix-channel --update
# - run: nix-env -i nodejs
- uses: actions/checkout@v4