on: [push] jobs: test: runs-on: nix.2.18.7 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-env -i nodejs - uses: actions/checkout@v4 - run: | nix build --extra-experimental-features nix-command .#checks.x86_64-linux.pixelfed-garage -L