Compare commits
2 commits
87a8e5e1a4
...
0d3509a15c
Author | SHA1 | Date | |
---|---|---|---|
|
0d3509a15c | ||
|
951fd59398 |
|
@ -9,8 +9,7 @@ let
|
|||
myNur = nur.repos.schmittlauch;
|
||||
|
||||
desktopApps = [
|
||||
# use pre-built Mozilla binary until nixpkgs build has similar performance (build profiling information)
|
||||
firefox-bin
|
||||
firefox
|
||||
chromium
|
||||
falkon
|
||||
thunderbird
|
||||
|
|
|
@ -249,6 +249,7 @@ in
|
|||
gc-keep-outputs = true
|
||||
gc-keep-derivations = true
|
||||
trusted-users = spiollinux
|
||||
experimental-features = nix-command
|
||||
'';
|
||||
# use all cores for building
|
||||
nix.buildCores = 0;
|
||||
|
|
Loading…
Reference in a new issue