summaryrefslogtreecommitdiffstats
path: root/shell.nix
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2017-07-14 14:09:45 +0200
committerlassulus <lassulus@lassul.us>2017-07-14 14:09:45 +0200
commitd305ed1d20b36e8db3d31631f72cc6e8e04bad0b (patch)
treecfbeb3bd7e812d4db535823c10ee96223c29267c /shell.nix
parentcda83d7286dbbccfaa18a63afe3da1da42d91120 (diff)
parent5df8129c6d6910dc311cb73f4add9f4eecf73ce7 (diff)
Merge remote-tracking branch 'ni/master'
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/shell.nix b/shell.nix
index f0d949d..8c224a5 100644
--- a/shell.nix
+++ b/shell.nix
@@ -19,12 +19,13 @@ let
cmds.test = pkgs.writeDash "cmds.test" /* sh */ ''
set -efu
+ export dummy_secrets=true
+
command=test
. ${init.args}
\test -n "''${user-}" || user=$LOGNAME
. ${init.env}
- export dummy_secrets=true
exec ${utils.build} config.system.build.toplevel
'';