fix build on marvin
2 files changed, 1 insertion(+), 1 deletion(-)
M system/marvin.nix → 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
M user/settings/development/javascript.nix → user/settings/development/javascript.nix
@@ -5,7 +5,6 @@ }: { home.packages = with pkgs.nodePackages; [ node2nix - javascript-typescript-langserver typescript-language-server ];