Compare commits

...

2 commits

2 changed files with 2 additions and 2 deletions

View file

@ -9,8 +9,7 @@ let
myNur = nur.repos.schmittlauch; myNur = nur.repos.schmittlauch;
desktopApps = [ desktopApps = [
# use pre-built Mozilla binary until nixpkgs build has similar performance (build profiling information) firefox
firefox-bin
chromium chromium
falkon falkon
thunderbird thunderbird

View file

@ -249,6 +249,7 @@ in
gc-keep-outputs = true gc-keep-outputs = true
gc-keep-derivations = true gc-keep-derivations = true
trusted-users = spiollinux trusted-users = spiollinux
experimental-features = nix-command
''; '';
# use all cores for building # use all cores for building
nix.buildCores = 0; nix.buildCores = 0;