Compare commits
2 commits
87a8e5e1a4
...
0d3509a15c
Author | SHA1 | Date | |
---|---|---|---|
|
0d3509a15c | ||
|
951fd59398 |
|
@ -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
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue