summaryrefslogtreecommitdiffstats
path: root/3modules
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2015-07-28 20:19:54 +0200
committermakefu <github@syntax-fehler.de>2015-07-28 20:19:54 +0200
commit0b00e7e70eefd3b22b65a29506003bd984dfb6f2 (patch)
tree8cd21d808f0d432f4dca31b94ba992a1983ae5f6 /3modules
parent5e8b783d0a71c08999aa033a0c8997ca0d8ba1cd (diff)
makefu:rename to user-toplevel structure
Diffstat (limited to '3modules')
-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 45ca8c3e..00000000
--- 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