diff options
Diffstat (limited to 'krebs/v2/default.nix')
-rw-r--r-- | krebs/v2/default.nix | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/krebs/v2/default.nix b/krebs/v2/default.nix index 78e990d1c..ac1c13e72 100644 --- a/krebs/v2/default.nix +++ b/krebs/v2/default.nix @@ -1,13 +1,10 @@ -{ source +{ lib +, source , target-user ? "root" , target-host , target-path ? "/var/src" }: -with import <nixpkgs/lib>; -with import ~/stockholm/krebs/4lib { - lib = import <nixpkgs/lib>; -}; -with builtins; +with lib; let out = { inherit populate; |