From 059dd94f4fbfe23e93d5c3de800cfb71f6a0ed43 Mon Sep 17 00:00:00 2001 From: Karl Palmskog Date: Sun, 15 Oct 2023 21:20:03 +0200 Subject: [PATCH] update nix-action from templates --- .github/workflows/nix-action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nix-action.yml b/.github/workflows/nix-action.yml index a341fa5..1856f11 100644 --- a/.github/workflows/nix-action.yml +++ b/.github/workflows/nix-action.yml @@ -44,4 +44,4 @@ jobs: with: ref: ${{ env.tested_commit }} - run: > - nix-build https://coq.inria.fr/nix/toolbox --argstr job aac-tactics --arg override '{ ${{ matrix.overrides }}; aac-tactics = builtins.filterSource (path: _: baseNameOf path != ".git") ./.; }' + nix-build https://github.com/coq-community/coq-nix-toolbox/archive/master.tar.gz --argstr job aac-tactics --arg override '{ ${{ matrix.overrides }}; aac-tactics = builtins.filterSource (path: _: baseNameOf path != ".git") ./.; }'