From 57850480ee30c57425581f0a6ad141e3a02dca48 Mon Sep 17 00:00:00 2001
From: makefu <github@syntax-fehler.de>
Date: Tue, 19 Mar 2019 19:49:24 +0100
Subject: [PATCH] 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
---
 krebs/3modules/power-action.nix | 3 +--
 1 file changed, 1 insertion(+), 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;