minor tweaks~

This commit is contained in:
Kate 2025-03-02 15:02:48 +01:00
parent 9a14c34a2f
commit 721f728b14
2 changed files with 4 additions and 1 deletions

View file

@ -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
[ [

View file

@ -97,6 +97,7 @@ with pkgs;
# Development. # Development.
jetbrains.rust-rover jetbrains.rust-rover
jetbrains.webstorm
jetbrains.clion jetbrains.clion
# Xwayland support. # Xwayland support.