diff options
| author | Cyril Cohen | 2021-03-12 14:17:54 +0100 |
|---|---|---|
| committer | GitHub | 2021-03-12 14:17:54 +0100 |
| commit | 0e8ddcaa4f3887b599415870c73a49ceec372016 (patch) | |
| tree | 8b914fdf342673f42c35f7dece3c58f9dbedb45a /.nix/coq-overlays/mathcomp-single/default.nix | |
| parent | 476aa248bebcd2eb85b51b0b818dc37eaf94d6f2 (diff) | |
| parent | 60d56f2bb32201be435b7cd4462dd778ed559aa4 (diff) | |
Merge pull request #714 from math-comp/nix_v2
Use nix-tool-box
Diffstat (limited to '.nix/coq-overlays/mathcomp-single/default.nix')
| -rw-r--r-- | .nix/coq-overlays/mathcomp-single/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.nix/coq-overlays/mathcomp-single/default.nix b/.nix/coq-overlays/mathcomp-single/default.nix new file mode 100644 index 0000000..65be1c4 --- /dev/null +++ b/.nix/coq-overlays/mathcomp-single/default.nix @@ -0,0 +1,2 @@ +{ mathcomp, version ? null }: +mathcomp.override {single = true; version = null;} |
