all repos — nixfiles @ 91d71a8854f52061910081d518be90a6c72a0596

System and user configuration, managed by nix and home-manager

fix build on marvin
Alan Pearce alan@alanpearce.eu
Thu, 13 Feb 2025 21:10:36 +0100
commit

91d71a8854f52061910081d518be90a6c72a0596

parent

6ed28adaa4e598e88566c9afee5aa9567383e3e3

2 files changed, 1 insertions(+), 1 deletions(-)

jump to
M system/marvin.nixsystem/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
M user/settings/development/javascript.nixuser/settings/development/javascript.nix
@@ -5,7 +5,6 @@ }: {
   home.packages = with pkgs.nodePackages; [
     node2nix
-    javascript-typescript-langserver
     typescript-language-server
   ];