Skip to content

Commit e47ce85

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

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

Diff for: .github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,14 @@ jobs:
88
steps:
99
- uses: actions/checkout@v4
1010
- uses: cachix/install-nix-action@v26
11+
with:
12+
install_url: https://releases.nixos.org/nix/nix-2.18.1/install
1113
- uses: cachix/cachix-action@v14
1214
with:
1315
name: shajra
1416
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
1517
- uses: DeterminateSystems/magic-nix-cache-action@main
1618
- run: cat /etc/nix/nix.conf
1719
- run: cat ~/.config/nix/nix.conf
20+
- run: nix --version
1821
- 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)