Skip to content

Commit

Permalink
fix #1069: remove dontAddDisableDepTrack env var
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Apr 15, 2024
1 parent a518ec6 commit e4dc2b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/modules/top-level.nix
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ in

unsetEnvVars = lib.mkOption {
type = types.listOf types.str;
description = "Remove these list of env vars from being exported to keep the shell/direnv more lean.";
description = "A list of removed environment variables to make the shell/direnv more lean.";
# manually determined with knowledge from https://nixos.wiki/wiki/C
default = [
"HOST_PATH"
Expand All @@ -91,6 +91,7 @@ in
"depsHostHostPropagated"
"depsTargetTarget"
"depsTargetTargetPropagated"
"dontAddDisableDepTrack"
"doCheck"
"doInstallCheck"
"nativeBuildInputs"
Expand Down

0 comments on commit e4dc2b4

Please sign in to comment.