update paths in makefu cfg

This commit is contained in:
makefu 2015-07-29 01:07:41 +02:00
parent f7e206b608
commit 9575e56d69
3 changed files with 5 additions and 4 deletions

View File

@ -8,8 +8,8 @@
imports =
[ # Include the results of the hardware scan.
<nixpkgs/nixos/modules/profiles/qemu-guest.nix>
../../2configs/makefu/base.nix
../../2configs/makefu/cgit-retiolum.nix
../2configs/base.nix
../2configs/cgit-retiolum.nix
];
krebs.build.host = config.krebs.hosts.pnp;

View File

@ -39,6 +39,7 @@ with lib;
'';
environment.systemPackages = with pkgs; [
jq
git
vim
gnumake

View File

@ -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 ";