stockholm/makefu/3modules/default.nix

20 lines
230 B
Nix
Raw Normal View History

2015-07-24 20:39:11 +00:00
{ 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