From 91d71a8854f52061910081d518be90a6c72a0596 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 13 Feb 2025 21:10:36 +0100 Subject: fix build on marvin --- system/marvin.nix | 1 + user/settings/development/javascript.nix | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/system/marvin.nix b/system/marvin.nix index 21f085db..05a89f67 100644 --- a/system/marvin.nix +++ b/system/marvin.nix @@ -33,6 +33,7 @@ # Used for backwards compatibility, please read the changelog before changing. # $ darwin-rebuild changelog system.stateVersion = 4; + ids.gids.nixbld = 350; # You should generally set this to the total number of logical cores in your system. # $ sysctl -n hw.ncpu diff --git a/user/settings/development/javascript.nix b/user/settings/development/javascript.nix index fa418cc1..81d8c631 100644 --- a/user/settings/development/javascript.nix +++ b/user/settings/development/javascript.nix @@ -5,7 +5,6 @@ { home.packages = with pkgs.nodePackages; [ node2nix - javascript-typescript-langserver typescript-language-server ]; -- cgit 1.4.1