diff options
Diffstat (limited to 'krebs/3modules/current.nix')
-rw-r--r-- | krebs/3modules/current.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/3modules/current.nix b/krebs/3modules/current.nix index 9f63e33ac..e97e53479 100644 --- a/krebs/3modules/current.nix +++ b/krebs/3modules/current.nix @@ -1,6 +1,6 @@ { config, pkgs, lib, ... }: -with config.krebs.lib; +with import <stockholm/lib>; let cfg = config.krebs.current; |