diff options
Diffstat (limited to 'default.nix')
-rw-r--r-- | default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/default.nix b/default.nix index 2aa0a8e14..c96d4dd1c 100644 --- a/default.nix +++ b/default.nix @@ -46,6 +46,8 @@ let stockholm = { (map (f: f "5pkgs") [ lib.kpath lib.upath ]) ]); + krebs.lib = lib; + krebs.current.enable = true; krebs.current.host = config.krebs.hosts.${current-host-name}; krebs.current.user = config.krebs.users.${current-user-name}; |