aboutsummaryrefslogtreecommitdiff
path: root/.nix/config.nix
diff options
context:
space:
mode:
authorCyril Cohen2021-03-31 15:35:34 +0200
committerCyril Cohen2021-04-01 12:10:57 +0200
commit262770d66a3bc6e3d90e2df656cf9a9130513467 (patch)
tree77c761728f90cdb6d1631ed2cc1bf2939b4690a8 /.nix/config.nix
parent96d392fd70f91d2a5e71cb3d07dddb0c603280a7 (diff)
update to last coq-nix-toolbox
Diffstat (limited to '.nix/config.nix')
-rw-r--r--.nix/config.nix12
1 files changed, 6 insertions, 6 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";
}