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
This commit is contained in:
makefu 2019-03-19 19:49:24 +01:00
parent 426bbeaf50
commit 57850480ee
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -1,7 +1,6 @@
{ config, lib, pkgs, ... }:
with import <stockholm/lib>;
with lib;
let
cfg = config.krebs.power-action;