makefu:update base

This commit is contained in:
makefu 2015-08-13 17:13:13 +02:00
parent 9bb6311176
commit 3e89dc466d

View File

@ -32,7 +32,9 @@ with lib;
}; };
networking.hostName = config.krebs.build.host.name; networking.hostName = config.krebs.build.host.name;
nix.maxJobs = config.krebs.build.host.cores + 1; nix.maxJobs = config.krebs.build.host.cores;
time.timeZone = "Europe/Berlin";
#nix.maxJobs = 1; #nix.maxJobs = 1;
krebs.build.deps = { krebs.build.deps = {
@ -68,6 +70,7 @@ with lib;
vim vim
gnumake gnumake
rxvt_unicode.terminfo rxvt_unicode.terminfo
htop
]; ];
programs.bash = { programs.bash = {
@ -80,7 +83,6 @@ with lib;
shopt -s checkhash shopt -s checkhash
shopt -s histappend histreedit histverify shopt -s histappend histreedit histverify
shopt -s no_empty_cmd_completion shopt -s no_empty_cmd_completion
complete -d cd
''; '';
promptInit = '' promptInit = ''