From 721f728b140571077e9a2a0f61d334bab42c1cc5 Mon Sep 17 00:00:00 2001 From: Kate Date: Sun, 2 Mar 2025 15:02:48 +0100 Subject: [PATCH] minor tweaks~ --- nixos/configs/nix.nix | 4 +++- nixos/packages/gui.pkgs.nix | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/nixos/configs/nix.nix b/nixos/configs/nix.nix index a8340b7..3c50477 100644 --- a/nixos/configs/nix.nix +++ b/nixos/configs/nix.nix @@ -26,7 +26,9 @@ }; # For non-trailblazer machines, allow building on Trailblazer. - distributedBuilds = !(config.networking.hostName == "trailblazer"); + distributedBuilds = + !(config.networking.hostName == "trailblazer") && + !(config.networking.hostName == "komashi"); buildMachines = if config.nix.distributedBuilds then [ diff --git a/nixos/packages/gui.pkgs.nix b/nixos/packages/gui.pkgs.nix index 064ab72..7be88ab 100644 --- a/nixos/packages/gui.pkgs.nix +++ b/nixos/packages/gui.pkgs.nix @@ -97,6 +97,7 @@ with pkgs; # Development. jetbrains.rust-rover + jetbrains.webstorm jetbrains.clion # Xwayland support.