Skip to content

Commit 50c36fd

Browse files
author
Sukant Hajra
committed
Fix CI
1 parent 0e4dba4 commit 50c36fd

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

Diff for: .github/workflows/ci.yml

+6
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,17 @@ jobs:
88
steps:
99
- uses: actions/checkout@v4
1010
- 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
1116
- uses: cachix/cachix-action@v14
1217
with:
1318
name: shajra
1419
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
1520
- uses: DeterminateSystems/magic-nix-cache-action@main
1621
- run: cat /etc/nix/nix.conf
1722
- run: cat ~/.config/nix/nix.conf
23+
- run: nix --version
1824
- run: nix --print-build-logs build --print-out-paths .#ci

Diff for: flake.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)