shell: Drop old sessionVariables

- GIT_DISCOVERY_ACROSS_FILESYSTEM shouldn't be needed anymore and was
  likely a skill issue in the past.
- NODE_OPTIONS should be set per-project instead of globally.
- GATSBY_TELEMETRY_DISABLED should also be set per-project, although the
  framework seems to be in standby mode currently.
This commit is contained in:
Donovan Glover 2024-08-26 13:56:07 -04:00
parent 0a953ffa55
commit f7cd666a30
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -9,12 +9,6 @@ in
environment = {
shells = [ fish ];
sessionVariables = {
GIT_DISCOVERY_ACROSS_FILESYSTEM = "1";
NODE_OPTIONS = "--max-old-space-size=16384";
GATSBY_TELEMETRY_DISABLED = "1";
};
systemPackages = with pkgs; [
jq
fd