diff options
author | tv <tv@krebsco.de> | 2016-02-02 01:53:38 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-02-02 01:57:32 +0100 |
commit | 2497533b90ce901a39d6642923738b2a337ad9aa (patch) | |
tree | 82618fd54256582b24fe77321bbdae119e1abcc1 /krebs | |
parent | 07fa0d989609faca2e9f9847165db61428206ef7 (diff) |
krebs/populate.nix -> krebs/v2 populate
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 |