Skip to content

Commit 2a4f431

Browse files
authored
Merge pull request #27 from pi8027/nix
Update Nix toolbox
2 parents d86a047 + 63d2821 commit 2a4f431

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/nix-action-8.18.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ jobs:
2727
fetch-depth: 0
2828
ref: ${{ env.tested_commit }}
2929
- name: Cachix install
30-
uses: cachix/install-nix-action@v20
30+
uses: cachix/install-nix-action@v27
3131
with:
3232
nix_path: nixpkgs=channel:nixpkgs-unstable
3333
- name: Cachix setup coq
34-
uses: cachix/cachix-action@v12
34+
uses: cachix/cachix-action@v15
3535
with:
3636
extraPullNames: coq-community, math-comp
3737
name: coq
@@ -74,11 +74,11 @@ jobs:
7474
fetch-depth: 0
7575
ref: ${{ env.tested_commit }}
7676
- name: Cachix install
77-
uses: cachix/install-nix-action@v20
77+
uses: cachix/install-nix-action@v27
7878
with:
7979
nix_path: nixpkgs=channel:nixpkgs-unstable
8080
- name: Cachix setup coq
81-
uses: cachix/cachix-action@v12
81+
uses: cachix/cachix-action@v15
8282
with:
8383
extraPullNames: coq-community, math-comp
8484
name: coq

.nix/coq-nix-toolbox.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"c78e8070b98eb9f20316d743cb0305759ffbfdf0"
1+
"5814f779562efc3e3c0f9bfeaea0468728e2e08b"

0 commit comments

Comments
 (0)