Skip to content

Commit 058c15b

Browse files
committed
Fix nis-shell
1 parent 723425a commit 058c15b

6 files changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/nix-action-9.0-2.5.0.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ jobs:
423423
mathcomp-experimental-reals:
424424
needs:
425425
- rocq-core
426-
- mathcomp-reals
426+
- mathcomp-analysis
427427
runs-on: ubuntu-latest
428428
steps:
429429
- name: Determine which commit to initially checkout
@@ -477,9 +477,9 @@ jobs:
477477
run: NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle
478478
"9.0-2.5.0" --argstr job "rocq-core"
479479
- if: steps.stepCheck.outputs.status != 'fetched'
480-
name: 'Building/fetching previous CI target: mathcomp-reals'
480+
name: 'Building/fetching previous CI target: mathcomp-analysis'
481481
run: NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle
482-
"9.0-2.5.0" --argstr job "mathcomp-reals"
482+
"9.0-2.5.0" --argstr job "mathcomp-analysis"
483483
- if: steps.stepCheck.outputs.status != 'fetched'
484484
name: 'Building/fetching previous CI target: mathcomp-bigenough'
485485
run: NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ jobs:
356356
mathcomp-experimental-reals:
357357
needs:
358358
- rocq-core
359-
- mathcomp-reals
359+
- mathcomp-analysis
360360
runs-on: ubuntu-latest
361361
steps:
362362
- name: Determine which commit to initially checkout
@@ -410,9 +410,9 @@ jobs:
410410
run: NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle "9.0"
411411
--argstr job "rocq-core"
412412
- if: steps.stepCheck.outputs.status != 'fetched'
413-
name: 'Building/fetching previous CI target: mathcomp-reals'
413+
name: 'Building/fetching previous CI target: mathcomp-analysis'
414414
run: NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle "9.0"
415-
--argstr job "mathcomp-reals"
415+
--argstr job "mathcomp-analysis"
416416
- if: steps.stepCheck.outputs.status != 'fetched'
417417
name: 'Building/fetching previous CI target: mathcomp-bigenough'
418418
run: NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle "9.0"

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ jobs:
356356
mathcomp-experimental-reals:
357357
needs:
358358
- rocq-core
359-
- mathcomp-reals
359+
- mathcomp-analysis
360360
runs-on: ubuntu-latest
361361
steps:
362362
- name: Determine which commit to initially checkout
@@ -410,9 +410,9 @@ jobs:
410410
run: NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle "9.1"
411411
--argstr job "rocq-core"
412412
- if: steps.stepCheck.outputs.status != 'fetched'
413-
name: 'Building/fetching previous CI target: mathcomp-reals'
413+
name: 'Building/fetching previous CI target: mathcomp-analysis'
414414
run: NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle "9.1"
415-
--argstr job "mathcomp-reals"
415+
--argstr job "mathcomp-analysis"
416416
- if: steps.stepCheck.outputs.status != 'fetched'
417417
name: 'Building/fetching previous CI target: mathcomp-bigenough'
418418
run: NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle "9.1"

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ jobs:
617617
mathcomp-experimental-reals:
618618
needs:
619619
- rocq-core
620-
- mathcomp-reals
620+
- mathcomp-analysis
621621
- mathcomp-bigenough
622622
runs-on: ubuntu-latest
623623
steps:
@@ -672,9 +672,9 @@ jobs:
672672
run: NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle
673673
"master" --argstr job "rocq-core"
674674
- if: steps.stepCheck.outputs.status != 'fetched'
675-
name: 'Building/fetching previous CI target: mathcomp-reals'
675+
name: 'Building/fetching previous CI target: mathcomp-analysis'
676676
run: NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle
677-
"master" --argstr job "mathcomp-reals"
677+
"master" --argstr job "mathcomp-analysis"
678678
- if: steps.stepCheck.outputs.status != 'fetched'
679679
name: 'Building/fetching previous CI target: mathcomp-bigenough'
680680
run: NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle

.nix/coq-nix-toolbox.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"175e68be5dcde92457dbb949ef905e771d765a68"
1+
"4a441c50de5618ef066128f9f6f84e6bc13066da"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
{ mathcomp-analysis }:
1+
{ mathcomp-analysis, ... }:
22
mathcomp-analysis.override {single = true;}

0 commit comments

Comments
 (0)