We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e4dba4 commit 50c36fdCopy full SHA for 50c36fd
.github/workflows/ci.yml
@@ -8,11 +8,17 @@ jobs:
8
steps:
9
- uses: actions/checkout@v4
10
- uses: cachix/install-nix-action@v26
11
+ with:
12
+ # REVISIT: Pinning because Nix hashes in flake.lock are inconsistent
13
+ # between 2.18.1 (current version in the latest stable release of NixOS)
14
+ # and 2.21.
15
+ install_url: https://releases.nixos.org/nix/nix-2.18.1/install
16
- uses: cachix/cachix-action@v14
17
with:
18
name: shajra
19
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
20
- uses: DeterminateSystems/magic-nix-cache-action@main
21
- run: cat /etc/nix/nix.conf
22
- run: cat ~/.config/nix/nix.conf
23
+ - run: nix --version
24
- run: nix --print-build-logs build --print-out-paths .#ci
flake.lock
0 commit comments