summaryrefslogtreecommitdiffstats
path: root/krebs
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2019-03-19 19:49:24 +0100
committermakefu <github@syntax-fehler.de>2019-03-19 19:49:24 +0100
commit57850480ee30c57425581f0a6ad141e3a02dca48 (patch)
tree3c8775f5df539a89136e0c1dfb9a82f80cb5be31 /krebs
parent426bbeaf50fbe67d34ee43f4160058c74a3f11fe (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.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/krebs/3modules/power-action.nix b/krebs/3modules/power-action.nix
index f405482d..78f2b8eb 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;