aboutsummaryrefslogtreecommitdiff
path: root/.nix
diff options
context:
space:
mode:
Diffstat (limited to '.nix')
-rw-r--r--.nix/config.nix12
-rw-r--r--.nix/coq-nix-toolbox.nix2
2 files changed, 7 insertions, 7 deletions
diff --git a/.nix/config.nix b/.nix/config.nix
index 2f20a52..8e8d289 100644
--- a/.nix/config.nix
+++ b/.nix/config.nix
@@ -16,18 +16,18 @@
## If not specified, it defaults to "_CoqProject"
coqproject = "mathcomp/_CoqProject";
- ## select an entry to build in the following `tasks` set
+ ## select an entry to build in the following `bundles` set
## defaults to "default"
- default-task = "coq-8.13";
+ default-bundle = "coq-8.13";
- ## write one `tasks.name` attribute set per
+ ## write one `bundles.name` attribute set per
## alternative configuration, the can be used to
## compute several ci jobs as well
## You can override Coq and other Coq coqPackages
## through the following attribute
- tasks."coq-8.13".coqPackages.coq.override.version = "8.13";
- tasks."coq-8.12".coqPackages.coq.override.version = "8.12";
- tasks."coq-8.11".coqPackages.coq.override.version = "8.11";
+ bundles."coq-8.13".coqPackages.coq.override.version = "8.13";
+ bundles."coq-8.12".coqPackages.coq.override.version = "8.12";
+ bundles."coq-8.11".coqPackages.coq.override.version = "8.11";
}
diff --git a/.nix/coq-nix-toolbox.nix b/.nix/coq-nix-toolbox.nix
index 8fb74c6..7049c5d 100644
--- a/.nix/coq-nix-toolbox.nix
+++ b/.nix/coq-nix-toolbox.nix
@@ -1 +1 @@
-"8fd39e891d8d5a74321b156d68bc3c615560dade"
+"751410ed320b348e8d066b1b939db0eab40f3a93"