Skip to content

Commit

Permalink
Merge pull request coq-community#224 from CohenCyril/update-cachix-ac…
Browse files Browse the repository at this point in the history
…tions

Update cachix actions
  • Loading branch information
proux01 authored Jun 17, 2024
2 parents 869e5fc + 0e3ab9d commit 816e3aa
Show file tree
Hide file tree
Showing 17 changed files with 2,183 additions and 2,183 deletions.
248 changes: 124 additions & 124 deletions .github/workflows/nix-action-8.10.yml

Large diffs are not rendered by default.

292 changes: 146 additions & 146 deletions .github/workflows/nix-action-8.11.yml

Large diffs are not rendered by default.

312 changes: 156 additions & 156 deletions .github/workflows/nix-action-8.12.yml

Large diffs are not rendered by default.

308 changes: 154 additions & 154 deletions .github/workflows/nix-action-8.13.yml

Large diffs are not rendered by default.

348 changes: 174 additions & 174 deletions .github/workflows/nix-action-8.14.yml

Large diffs are not rendered by default.

348 changes: 174 additions & 174 deletions .github/workflows/nix-action-8.15.yml

Large diffs are not rendered by default.

316 changes: 158 additions & 158 deletions .github/workflows/nix-action-8.16-mathcomp2.yml

Large diffs are not rendered by default.

352 changes: 176 additions & 176 deletions .github/workflows/nix-action-8.16.yml

Large diffs are not rendered by default.

320 changes: 160 additions & 160 deletions .github/workflows/nix-action-8.17-mathcomp2.yml

Large diffs are not rendered by default.

320 changes: 160 additions & 160 deletions .github/workflows/nix-action-8.17.yml

Large diffs are not rendered by default.

316 changes: 158 additions & 158 deletions .github/workflows/nix-action-8.18-mathcomp2.yml

Large diffs are not rendered by default.

312 changes: 156 additions & 156 deletions .github/workflows/nix-action-8.18.yml

Large diffs are not rendered by default.

288 changes: 144 additions & 144 deletions .github/workflows/nix-action-8.19-mathcomp2.yml

Large diffs are not rendered by default.

272 changes: 136 additions & 136 deletions .github/workflows/nix-action-8.19.yml

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions .github/workflows/nix-action-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
fetch-depth: 0
ref: ${{ env.tested_commit }}
- name: Cachix install
uses: cachix/install-nix-action@v20
uses: cachix/install-nix-action@v27
with:
nix_path: nixpkgs=channel:nixpkgs-unstable
- name: Cachix setup coq-community
uses: cachix/cachix-action@v12
uses: cachix/cachix-action@v15
with:
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
extraPullNames: coq, math-comp
Expand Down Expand Up @@ -75,11 +75,11 @@ jobs:
fetch-depth: 0
ref: ${{ env.tested_commit }}
- name: Cachix install
uses: cachix/install-nix-action@v20
uses: cachix/install-nix-action@v27
with:
nix_path: nixpkgs=channel:nixpkgs-unstable
- name: Cachix setup coq-community
uses: cachix/cachix-action@v12
uses: cachix/cachix-action@v15
with:
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
extraPullNames: coq, math-comp
Expand Down
4 changes: 2 additions & 2 deletions action.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ with builtins; with lib; let
};
stepCachixInstall = {
name = "Cachix install";
uses = "cachix/install-nix-action@v20";
uses = "cachix/install-nix-action@v27";
"with".nix_path = "nixpkgs=channel:nixpkgs-unstable";
};
stepCachixUse = { name, authToken ? null,
signingKey ? null, extraPullNames ? null }: {
name = "Cachix setup ${name}";
uses = "cachix/cachix-action@v12";
uses = "cachix/cachix-action@v15";
"with" = { inherit name; } //
(optionalAttrs (!isNull authToken) {
authToken = "\${{ secrets.${authToken} }}";
Expand Down
2 changes: 1 addition & 1 deletion config-parser-1.0.0/overlays.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ let
{ case = shell-attribute; out = newCoqPkg shell-pname {}; }
] (newCoqPkg n ((super.${n}.mk or (_: {})) self))
)) ov) (bundle.coqPackages or {});
fold-override = foldl (fpkg: override: fpkg.overrideScope' override);
fold-override = foldl (fpkg: override: fpkg.overrideScope override);
in
[
(mk-overlay overlays-dir)
Expand Down

0 comments on commit 816e3aa

Please sign in to comment.