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.
nix-shell-file
1 parent 1d18803 commit 5667afcCopy full SHA for 5667afc
src/Stack/Options.hs
@@ -374,7 +374,8 @@ nixOptsParser hide0 = overrideActivation <$>
374
hide)))
375
<*> optional (option str (long "nix-shell-file" <>
376
metavar "FILEPATH" <>
377
- help "Nix file to be used to launch a nix-shell (for regular Nix users)"))
+ help "Nix file to be used to launch a nix-shell (for regular Nix users)" <>
378
+ hide))
379
<*> (fmap (map T.pack)
380
<$> optional (argsOption (long "nix-shell-options" <>
381
metavar "OPTIONS" <>
0 commit comments