From 6bff567e84b01c1b3502985ec936b9e74ea252b4 Mon Sep 17 00:00:00 2001 From: Cyril Cohen Date: Thu, 26 Nov 2020 11:11:15 +0100 Subject: adding back lua and sed to default.nix --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.nix b/default.nix index 9c4336c..195a47e 100644 --- a/default.nix +++ b/default.nix @@ -137,7 +137,7 @@ if pkgs.lib.trivial.inNixShell then pkg.overrideAttrs (old: { buildInputs = if do-nothing then [] else (old.buildInputs ++ (if pkgs.lib.trivial.inNixShell then pkgs.lib.optional withEmacs pkgs.emacs - else [])); + else [])) ++ [ pkgs.lua pkgs.sedutil ]; propagatedBuildInputs = if do-nothing then [] else old.propagatedBuildInputs; -- cgit v1.2.3