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
commite2d2b68cbbc7e92ca7632ffc96c899aaeb8bd7e2 (patch)
tree9f029d705ebcb98de1ca53e0469ce8d9a8cc1541 /3modules
parent24bb94cf4fbcfd2cc6cbfd133ac0ea0e6be43531 (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 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