We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25dcf07 commit 4102cb2Copy full SHA for 4102cb2
src/Stack/Constants.hs
@@ -94,7 +94,7 @@ inContainerEnvVar = stackProgNameUpper ++ "_IN_CONTAINER"
94
-- although we already have STACK_IN_NIX_EXTRA_ARGS that is set in the same conditions,
95
-- it can happen that STACK_IN_NIX_EXTRA_ARGS is set to empty.
96
inNixShellEnvVar :: String
97
-inNixShellEnvVar = map toUpper stackProgName ++ "_IN_NIXSHELL"
+inNixShellEnvVar = map toUpper stackProgName ++ "_IN_NIX_SHELL"
98
99
-- See https://downloads.haskell.org/~ghc/7.10.1/docs/html/libraries/ghc/src/Module.html#integerPackageKey
100
wiredInPackages :: HashSet PackageName
0 commit comments