parent
19185bc8bd
commit
152503341f
|
@ -3,12 +3,16 @@ jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: nix.2.18.7
|
runs-on: nix.2.18.7
|
||||||
steps:
|
steps:
|
||||||
|
- run: |
|
||||||
|
cat <<EOF >> /etc/nix/nix.conf
|
||||||
|
experimental-features = nix-command flakes
|
||||||
|
EOF
|
||||||
- run: cat /etc/nix/nix.conf || true
|
- 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 profile install nodejs
|
||||||
- run: nix-env -i nodejs
|
|
||||||
|
# - run: nix-channel --update
|
||||||
|
# - run: nix-env -i nodejs
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
|
Reference in a new issue