This commit is contained in:
parent
2f107fa9a7
commit
7c254a750b
|
@ -4,15 +4,10 @@ jobs:
|
||||||
runs-on: nix.2.18.7
|
runs-on: nix.2.18.7
|
||||||
steps:
|
steps:
|
||||||
- run: |
|
- run: |
|
||||||
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