diff options
Diffstat (limited to 'krebs')
-rw-r--r-- | krebs/3modules/ci.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/krebs/3modules/ci.nix b/krebs/3modules/ci.nix index 71e7d4aeb..3f44c5469 100644 --- a/krebs/3modules/ci.nix +++ b/krebs/3modules/ci.nix @@ -119,6 +119,7 @@ in }, command=[ "nix-shell", "--run", " ".join(["test", + "--verbose", "--user={}".format(user), "--system={}".format(host), "--force-populate", |