mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-28 23:52:05 +01:00
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:
parent
0a953ffa55
commit
f7cd666a30
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user