diff options
author | makefu <github@syntax-fehler.de> | 2015-07-29 01:07:41 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2015-07-29 01:07:41 +0200 |
commit | 9575e56d6980cd9770befce5605eabd290ca5dbb (patch) | |
tree | 990f3149e39481ff3ec4de9b7d7d9e6c9458aa67 /makefu/2configs/cgit-retiolum.nix | |
parent | f7e206b608a2844c4e81173a673369402f8da06b (diff) |
update paths in makefu cfg
Diffstat (limited to 'makefu/2configs/cgit-retiolum.nix')
-rw-r--r-- | makefu/2configs/cgit-retiolum.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/makefu/2configs/cgit-retiolum.nix b/makefu/2configs/cgit-retiolum.nix index 7b8e3bc97..e10769335 100644 --- a/makefu/2configs/cgit-retiolum.nix +++ b/makefu/2configs/cgit-retiolum.nix @@ -1,10 +1,10 @@ { config, lib, pkgs, ... }: # TODO: remove tv lib :) -with import ../../4lib/tv { inherit lib pkgs; }; +with import ../../tv/4lib/{ inherit lib pkgs; }; let out = { - imports = [ ../../3modules/krebs/git.nix ]; + imports = [ ]; krebs.git = { enable = true; root-title = "public repositories "; |