diff options
Diffstat (limited to '.nix')
| -rw-r--r-- | .nix/config.nix | 6 | ||||
| -rw-r--r-- | .nix/coq-nix-toolbox.nix | 2 |
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" |
