This commit is contained in:
parent
2f107fa9a7
commit
7c254a750b
|
@ -7,12 +7,7 @@ jobs:
|
||||||
cat <<EOF >>/etc/nix/nix.conf
|
cat <<EOF >>/etc/nix/nix.conf
|
||||||
experimental-features = nix-command flakes
|
experimental-features = nix-command flakes
|
||||||
EOF
|
EOF
|
||||||
- run: cat /etc/nix/nix.conf || true
|
nix profile install nixpkgs#nodejs
|
||||||
|
|
||||||
- run: nix profile install nixpkgs#nodejs
|
|
||||||
|
|
||||||
# - run: nix-channel --update
|
|
||||||
# - run: nix-env -i nodejs
|
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
|
Reference in a new issue