diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index dea1e17..8cc640e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: