Compare commits

..

No commits in common. "bbbbd13221d3c52919536cc0d233dd5831a6495f" and "8288aeed02c203cb1c82665cbff9f7bcb113b825" have entirely different histories.

View file

@ -11,15 +11,12 @@ jobs:
name: Print hello world
runs-on: default
steps:
- name: Install nodejs
run: nix-env -iA nixpkgs.nodejs
- name: Install deps
# run: nix-shell -p nodejs_24
run: nix-env -iA nixos.nodejs_24
- run: nix-env -qa
- uses: actions/checkout@v4
- run: whoami
- run: node -v
- run: nix --version
- run: ls -al
- run: nix --extra-experimental-features "nix-command flakes pipe-operators" flake check
- run: nix flake check