Compare commits

..

No commits in common. "0d3509a15c5858933af83c710939e430687e2ae4" and "87a8e5e1a4967c4ec85e4a515dd847fcd4d3a1ce" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -249,7 +249,6 @@ 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;