diff options
| author | Cyril Cohen | 2021-03-31 15:35:34 +0200 |
|---|---|---|
| committer | Cyril Cohen | 2021-04-01 12:10:57 +0200 |
| commit | 262770d66a3bc6e3d90e2df656cf9a9130513467 (patch) | |
| tree | 77c761728f90cdb6d1631ed2cc1bf2939b4690a8 /.nix | |
| parent | 96d392fd70f91d2a5e71cb3d07dddb0c603280a7 (diff) | |
update to last coq-nix-toolbox
Diffstat (limited to '.nix')
| -rw-r--r-- | .nix/config.nix | 12 | ||||
| -rw-r--r-- | .nix/coq-nix-toolbox.nix | 2 |
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" |
