Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ jobs:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
with:
persist-credentials: false
- uses: cachix/install-nix-action@8aa03977d8d733052d78f4e008a241fd1dbf36b3
- uses: cachix/install-nix-action@630ae543ea3a38a9a4166f03376c02c50f408342
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: NixOS module eval check
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:

- name: Install Nix
if: steps.detect.outputs.should_release == 'true' && hashFiles('flake.nix') != ''
uses: cachix/install-nix-action@8aa03977d8d733052d78f4e008a241fd1dbf36b3
uses: cachix/install-nix-action@630ae543ea3a38a9a4166f03376c02c50f408342
with:
nix_path: nixpkgs=channel:nixos-unstable

Expand Down Expand Up @@ -252,7 +252,7 @@ jobs:

- name: Install Nix (for hash computation)
if: steps.detect.outputs.should_release == 'true'
uses: cachix/install-nix-action@ba0dd844c9180cbf77aa72a116d6fbc515d0e87b
uses: cachix/install-nix-action@630ae543ea3a38a9a4166f03376c02c50f408342
with:
extra_nix_config: |
experimental-features = nix-command flakes
Expand Down
Loading