summaryrefslogtreecommitdiffstats
path: root/3modules/makefu
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2015-07-29 15:21:15 +0200
committertv <tv@krebsco.de>2015-07-29 15:21:15 +0200
commite3c5840326a880ce88c3f32a8e0d3bcf3af4acab (patch)
tree6c25ed67af9d9a2cd222f8f582917d1b20e0ee71 /3modules/makefu
parent4c4d817ca45e2480d1aabdd401af642262d5a0f3 (diff)
parent39eacce0f8c053fbdf5189c50c7704db4a295c32 (diff)
Merge remote-tracking branch 'pnp/master'
Diffstat (limited to '3modules/makefu')
-rw-r--r--3modules/makefu/default.nix19
1 files changed, 0 insertions, 19 deletions
diff --git a/3modules/makefu/default.nix b/3modules/makefu/default.nix
deleted file mode 100644
index 45ca8c3..0000000
--- a/3modules/makefu/default.nix
+++ /dev/null
@@ -1,19 +0,0 @@
-{ config, lib, ... }:
-
-with import ../../4lib/krebs { inherit lib; };
-let
- cfg = config.krebs;
-
- out = {
- imports = [
- ];
- options.krebs = api;
- config = mkIf cfg.enable imp;
- };
-
- api = { };
-
- imp = { };
-
-in
-out