aboutsummaryrefslogtreecommitdiff
path: root/.nix/config.nix
diff options
context:
space:
mode:
authorCyril Cohen2021-04-01 15:34:04 +0200
committerGitHub2021-04-01 15:34:04 +0200
commitf4fb83f19cbe9503f7cfe03ba8217311744e33ac (patch)
tree77c761728f90cdb6d1631ed2cc1bf2939b4690a8 /.nix/config.nix
parent96d392fd70f91d2a5e71cb3d07dddb0c603280a7 (diff)
parent262770d66a3bc6e3d90e2df656cf9a9130513467 (diff)
Merge pull request #735 from math-comp/nixHEADmaster
Nix
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";
}