Compare commits

..

No commits in common. "66e3d3edef6731e16b3714b845aa02a5f24e9e55" and "59b597a7a48fbb73880d1268a9fb31e84e4edb50" have entirely different histories.

View File

@ -41,7 +41,7 @@ jobs:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Install nix - name: Install nix
uses: cachix/install-nix-action@v20 uses: cachix/install-nix-action@v19
with: with:
nix_path: "${{ matrix.nixPath }}" nix_path: "${{ matrix.nixPath }}"
# nix 2.6 breaks restrict-eval, when using the NIX_PATH # nix 2.6 breaks restrict-eval, when using the NIX_PATH