This commit is contained in:
Sander 2025-07-29 17:58:49 +02:00
parent 586707fa85
commit f7f6e9ef10
No known key found for this signature in database

View file

@ -27,12 +27,15 @@ jobs:
uses: ./
with:
nix_path: ${{ env.nixpkgs_channel }}
- run: |
env | grep NIX
echo ""
echo $PATH
- run: nix-env -iA cachix -f https://cachix.org/api/v1/install
- run: cat /etc/nix/nix.conf
# cachix should be available and be able to configure a cache
- run: cachix use cachix
- run: nix-build test.nix
- run: env | grep NIX
custom-nix-path:
strategy: