parent
7c254a750b
commit
6ddbcc5618
|
@ -1,13 +1,11 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: nix.2.18.7
|
||||
runs-on: native
|
||||
steps:
|
||||
- run: |
|
||||
cat <<EOF >>/etc/nix/nix.conf
|
||||
experimental-features = nix-command flakes
|
||||
EOF
|
||||
nix profile install nixpkgs#nodejs
|
||||
- run: nix --version
|
||||
- run: pwd
|
||||
- run: ls
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
|
|
Reference in a new issue