aboutsummaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
authorCyril Cohen2020-06-09 15:11:32 +0200
committerCyril Cohen2020-06-09 15:40:07 +0200
commitb13a3ab3fda84037fdea2101daff35cc88cae664 (patch)
treecccc027b5dc252b4dbdaea3706759d816a98eaf4 /default.nix
parent226a0f5ec8d470461eb708000d7875c2a24bdb1f (diff)
add lua&sed to shell and switch to coq 8.11 + fixing doc
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/default.nix b/default.nix
index 82542c8..75e8a66 100644
--- a/default.nix
+++ b/default.nix
@@ -111,5 +111,7 @@ let
in
if pkgs.lib.trivial.inNixShell then pkg.overrideAttrs (old: {
inherit shellHook mathcompnix;
- buildInputs = (old.buildInputs or []) ++ pkgs.lib.optional withEmacs emacs;
+ buildInputs = (old.buildInputs or []) ++
+ pkgs.lib.optional withEmacs emacs ++
+ [ pkgs.lua pkgs.sedutil ];
}) else pkg