Skip to content

Commit

Permalink
Fix link to Coq Nix Toolbox.
Browse files Browse the repository at this point in the history
Now that HTTP redirects do not work anymore on coq.inria.fr.
  • Loading branch information
Zimmi48 committed Oct 15, 2023
1 parent 60fffdd commit 8eeba20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ language: shell
- cachix use math-comp
{{/ cachix }}
script: >
nix-build https://coq.inria.fr/nix/toolbox --argstr job {{ shortname }} --arg override "{ $VERSIONS; {{ shortname }} = builtins.filterSource (path: _: baseNameOf path != \".git\") ./.; }"
nix-build https://github.com/coq-community/coq-nix-toolbox/archive/master.tar.gz --argstr job {{ shortname }} --arg override "{ $VERSIONS; {{ shortname }} = builtins.filterSource (path: _: baseNameOf path != \".git\") ./.; }"
{{/ nix }}
jobs:
include:
Expand Down
2 changes: 1 addition & 1 deletion nix-action.yml.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ jobs:
submodules: recursive
<%/ submodule %>
- run: >
nix-build https://coq.inria.fr/nix/toolbox --argstr job <% shortname %> --arg override '{ ${{ matrix.overrides }}; <% shortname %> = builtins.filterSource (path: _: baseNameOf path != ".git") ./.; }'
nix-build https://github.com/coq-community/coq-nix-toolbox/archive/master.tar.gz --argstr job <% shortname %> --arg override '{ ${{ matrix.overrides }}; <% shortname %> = builtins.filterSource (path: _: baseNameOf path != ".git") ./.; }'

0 comments on commit 8eeba20

Please sign in to comment.