diff options
| author | Cyril Cohen | 2021-03-12 17:30:13 +0100 |
|---|---|---|
| committer | GitHub | 2021-03-12 17:30:13 +0100 |
| commit | efcea89b58f1c8c9a66b59284fdb884581cd7e0b (patch) | |
| tree | 44e2e2682fecec863cd0c8a3a2e2e6382e2e9c40 /.nix/coq-overlays/mathcomp-single/default.nix | |
| parent | 0e8ddcaa4f3887b599415870c73a49ceec372016 (diff) | |
Update nix toolbox version (#715)
* toolbox update
* remove unnecessary step
* update local shell version
Diffstat (limited to '.nix/coq-overlays/mathcomp-single/default.nix')
| -rw-r--r-- | .nix/coq-overlays/mathcomp-single/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.nix/coq-overlays/mathcomp-single/default.nix b/.nix/coq-overlays/mathcomp-single/default.nix index 65be1c4..c58be5b 100644 --- a/.nix/coq-overlays/mathcomp-single/default.nix +++ b/.nix/coq-overlays/mathcomp-single/default.nix @@ -1,2 +1,2 @@ { mathcomp, version ? null }: -mathcomp.override {single = true; version = null;} +mathcomp.override {single = true; inherit version;} |
