aboutsummaryrefslogtreecommitdiff
path: root/.nix
diff options
context:
space:
mode:
authorCyril Cohen2021-03-17 03:38:59 +0100
committerCyril Cohen2021-03-17 18:25:57 +0100
commitbbec40b5aed2cd70c95ad7b11bf264b6d283885e (patch)
tree356ecfe41a9c3416fe173237051b79caf5d7f909 /.nix
parentd577f5b1209ee1ac1d6a63c42d711bfe0fdade58 (diff)
up
Diffstat (limited to '.nix')
-rw-r--r--.nix/config.nix6
-rw-r--r--.nix/coq-nix-toolbox.nix2
2 files changed, 4 insertions, 4 deletions
diff --git a/.nix/config.nix b/.nix/config.nix
index 5656f01..2f20a52 100644
--- a/.nix/config.nix
+++ b/.nix/config.nix
@@ -6,11 +6,11 @@
## The attribute to build, either from nixpkgs
## of from the overlays located in `.nix/coq-overlays`
- coq-attribute = "mathcomp";
+ attribute = "mathcomp";
## If you want to select a different attribute
## to serve as a basis for nix-shell edit this
- shell-coq-attribute = "mathcomp-single";
+ shell-attribute = "mathcomp-single";
## Indicate the relative location of your _CoqProject
## If not specified, it defaults to "_CoqProject"
@@ -18,7 +18,7 @@
## select an entry to build in the following `tasks` set
## defaults to "default"
- select = "coq-8.13";
+ default-task = "coq-8.13";
## write one `tasks.name` attribute set per
## alternative configuration, the can be used to
diff --git a/.nix/coq-nix-toolbox.nix b/.nix/coq-nix-toolbox.nix
index 5499a57..8fb74c6 100644
--- a/.nix/coq-nix-toolbox.nix
+++ b/.nix/coq-nix-toolbox.nix
@@ -1 +1 @@
-"de89ff16c149b7a7aec3cfe9d379641ee1aca229"
+"8fd39e891d8d5a74321b156d68bc3c615560dade"