minor tweaks~
This commit is contained in:
parent
9a14c34a2f
commit
721f728b14
2 changed files with 4 additions and 1 deletions
|
@ -26,7 +26,9 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
# For non-trailblazer machines, allow building on Trailblazer.
|
# For non-trailblazer machines, allow building on Trailblazer.
|
||||||
distributedBuilds = !(config.networking.hostName == "trailblazer");
|
distributedBuilds =
|
||||||
|
!(config.networking.hostName == "trailblazer") &&
|
||||||
|
!(config.networking.hostName == "komashi");
|
||||||
buildMachines =
|
buildMachines =
|
||||||
if config.nix.distributedBuilds then
|
if config.nix.distributedBuilds then
|
||||||
[
|
[
|
||||||
|
|
|
@ -97,6 +97,7 @@ with pkgs;
|
||||||
|
|
||||||
# Development.
|
# Development.
|
||||||
jetbrains.rust-rover
|
jetbrains.rust-rover
|
||||||
|
jetbrains.webstorm
|
||||||
jetbrains.clion
|
jetbrains.clion
|
||||||
|
|
||||||
# Xwayland support.
|
# Xwayland support.
|
||||||
|
|
Loading…
Add table
Reference in a new issue