Skip to content

Commit 2c6348e

Browse files
theryproux01
authored andcommitted
Merge pull request #135 from coq-community/cachix-action-v12
Update cachix-action to v12 and install-nix-action to v20
2 parents b591f49 + 0bb4e34 commit 2c6348e

File tree

11 files changed

+2337
-2084
lines changed

11 files changed

+2337
-2084
lines changed

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

Lines changed: 124 additions & 129 deletions
Large diffs are not rendered by default.

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

Lines changed: 146 additions & 273 deletions
Large diffs are not rendered by default.

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

Lines changed: 154 additions & 281 deletions
Large diffs are not rendered by default.

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

Lines changed: 152 additions & 467 deletions
Large diffs are not rendered by default.

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

Lines changed: 175 additions & 307 deletions
Large diffs are not rendered by default.

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

Lines changed: 175 additions & 307 deletions
Large diffs are not rendered by default.

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

Lines changed: 215 additions & 301 deletions
Large diffs are not rendered by default.

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

Lines changed: 1187 additions & 10 deletions
Large diffs are not rendered by default.

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
fetch-depth: 0
1717
ref: ${{ env.tested_commit }}
1818
- name: Cachix install
19-
uses: cachix/install-nix-action@v16
19+
uses: cachix/install-nix-action@v20
2020
with:
2121
nix_path: nixpkgs=channel:nixpkgs-unstable
2222
- name: Cachix setup coq-community
23-
uses: cachix/cachix-action@v10
23+
uses: cachix/cachix-action@v12
2424
with:
2525
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
2626
extraPullNames: coq, math-comp
@@ -53,11 +53,11 @@ jobs:
5353
fetch-depth: 0
5454
ref: ${{ env.tested_commit }}
5555
- name: Cachix install
56-
uses: cachix/install-nix-action@v16
56+
uses: cachix/install-nix-action@v20
5757
with:
5858
nix_path: nixpkgs=channel:nixpkgs-unstable
5959
- name: Cachix setup coq-community
60-
uses: cachix/cachix-action@v10
60+
uses: cachix/cachix-action@v12
6161
with:
6262
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
6363
extraPullNames: coq, math-comp

.nix/nixpkgs.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
fetchTarball {
2-
url = https://github.com/NixOS/nixpkgs/archive/4e9e5aeafeb41f780932097b6935087793b0ce06.tar.gz;
3-
sha256 = "05n22m4y96x1qxjcfi4aj12x6724cjdiy04631bvadphs8mrk15s";
4-
}
2+
url = https://github.com/proux01/nixpkgs/archive/85df4b6f4b52d796fe928ae59446e248ad5c08c0.tar.gz;
3+
sha256 = "1420zffnbrjz626ddj015r0g3xlipcb999nrlbvawpr91dypw0pd";
4+
}

0 commit comments

Comments
 (0)