clwrapper: better support for ensuring noninteractive execution

This commit is contained in:
Michael Raskin
2017-03-30 13:00:43 +02:00
parent c1f922b0b5
commit 953fc6c0a0
2 changed files with 17 additions and 3 deletions
@@ -13,6 +13,7 @@ stdenv.mkDerivation {
'';
inherit asdf lisp;
stdenv_shell = stdenv.shell;
setupHook = ./setup-hook.sh;