summaryrefslogtreecommitdiffstats
path: root/shell.nix
diff options
context:
space:
mode:
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 f0d949da..8c224a5f 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
'';