Find nix confg
Some checks failed
/ test (push) Failing after 1m27s

This commit is contained in:
Nicolas Jeannerod 2024-09-24 13:26:53 +02:00
parent c8a1bae501
commit 19185bc8bd
Signed by: Niols
GPG key ID: 35DB9EC8886E1CB8

View file

@ -3,26 +3,14 @@ jobs:
test: test:
runs-on: nix.2.18.7 runs-on: nix.2.18.7
steps: steps:
- 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-channel --update
- run: type -a nix-channel
- run: ls /root/.nix-profile/bin
- run: ls /nix/var/nix/profiles/default/bin
- run: type -a nodejs || true
- run: nix-env -i nodejs - run: nix-env -i nodejs
- run: type -a nodejs || true
# - run: type -a nodejs || true
# - run: nix profile install nodejs
# - run: type -a nodejs || true
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- run: echo All very good
- run: nix --version
- run: nodejs --version || true
- run: whoami
- run: pwd
- run: ls
- run: | - run: |
nix build --extra-experimental-features nix-command .#checks.x86_64-linux.pixelfed-garage -L nix build --extra-experimental-features nix-command .#checks.x86_64-linux.pixelfed-garage -L