diff options
| author | Cyril Cohen | 2021-03-17 03:38:59 +0100 |
|---|---|---|
| committer | Cyril Cohen | 2021-03-17 18:25:57 +0100 |
| commit | bbec40b5aed2cd70c95ad7b11bf264b6d283885e (patch) | |
| tree | 356ecfe41a9c3416fe173237051b79caf5d7f909 /.nix/config.nix | |
| parent | d577f5b1209ee1ac1d6a63c42d711bfe0fdade58 (diff) | |
up
Diffstat (limited to '.nix/config.nix')
| -rw-r--r-- | .nix/config.nix | 6 |
1 files changed, 3 insertions, 3 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 |
