diff options
Diffstat (limited to 'krebs')
-rw-r--r-- | krebs/v2/default.nix (renamed from krebs/populate.nix) | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/krebs/populate.nix b/krebs/v2/default.nix index 13270c8a7..7eb60103f 100644 --- a/krebs/populate.nix +++ b/krebs/v2/default.nix @@ -9,7 +9,11 @@ with import ~/stockholm/krebs/4lib { }; with builtins; let - out = '' + out = { + inherit populate; + }; + + populate = '' #! /bin/sh set -efu |