Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
release.nix: by default use lugano servers
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
release.nix
|
@@ -26,7 +26,7 @@ in rec { |
|
|
|
|
|
# allow sudo |
|
|
__noChroot = true; |
|
|
requiredSystemFeatures = [ "performance" ]; |
|
|
requiredSystemFeatures = [ "lugano" ]; |
|
|
|
|
|
buildInputs = [ git telnet tmux numactl bc iproute which qemu ]; |
|
|
|
|
|