From 4d54128f4b32d3ee1aadbd6559ab26e154f06a4b Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Fri, 4 Oct 2024 20:47:44 +0200 Subject: [PATCH] mathcomp-analysis 1.4.0 mathcomp-infotheo 0.7.2 --- .github/workflows/nix-action-8.19.yml | 5 +++++ .nix/nixpkgs.nix | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nix-action-8.19.yml b/.github/workflows/nix-action-8.19.yml index 6319812..7062a6b 100644 --- a/.github/workflows/nix-action-8.19.yml +++ b/.github/workflows/nix-action-8.19.yml @@ -3621,6 +3621,7 @@ jobs: - coq - mathcomp-analysis - mathcomp-algebra-tactics + - interval runs-on: ubuntu-latest steps: - name: Determine which commit to initially checkout @@ -3674,6 +3675,10 @@ jobs: name: 'Building/fetching previous CI target: mathcomp-algebra-tactics' run: NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle "8.19" --argstr job "mathcomp-algebra-tactics" + - if: steps.stepCheck.outputs.status == 'built' + name: 'Building/fetching previous CI target: interval' + run: NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle "8.19" --argstr + job "interval" - if: steps.stepCheck.outputs.status == 'built' name: Building/fetching current CI target run: NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle "8.19" --argstr diff --git a/.nix/nixpkgs.nix b/.nix/nixpkgs.nix index 1626704..f6b6074 100644 --- a/.nix/nixpkgs.nix +++ b/.nix/nixpkgs.nix @@ -1,4 +1,4 @@ fetchTarball { - url = https://github.com/NixOS/nixpkgs/archive/a2f49d26d32eeaf57d3873d508c746d4e791d804.tar.gz; - sha256 = "1888sil7pf8s6yr2kya4as42ar11aggsgin2is94a1vqz64zq03d"; - } + url = https://github.com/vbgl/nixpkgs/archive/247d897cd075c897cff9915a51eb2c194d9fa32b.tar.gz; + sha256 = "12q2lzfz5aqqh3pdxh394mrvinip4c8qh72p369qs35sz4fd5m41"; + }