diff options
author | makefu <github@syntax-fehler.de> | 2019-03-19 19:49:24 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2019-03-19 19:49:24 +0100 |
commit | 57850480ee30c57425581f0a6ad141e3a02dca48 (patch) | |
tree | 3c8775f5df539a89136e0c1dfb9a82f80cb5be31 /krebs | |
parent | 426bbeaf50fbe67d34ee43f4160058c74a3f11fe (diff) |
power-action module: no need for stockholm/lib
this makes the module available to be reused by others without the need
for having stockholm in the search path
Diffstat (limited to 'krebs')
-rw-r--r-- | krebs/3modules/power-action.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/krebs/3modules/power-action.nix b/krebs/3modules/power-action.nix index f405482de..78f2b8ebd 100644 --- a/krebs/3modules/power-action.nix +++ b/krebs/3modules/power-action.nix @@ -1,7 +1,6 @@ { config, lib, pkgs, ... }: -with import <stockholm/lib>; - +with lib; let cfg = config.krebs.power-action; |