Safe Haskell | None |
---|---|
Language | Haskell2010 |
Run commands in a nix-shell
- reexecWithOptionalShell :: (StackM env m, HasConfig env) => Maybe (Path Abs Dir) -> IO CompilerVersion -> IO () -> m ()
- nixCmdName :: String
- nixHelpOptName :: String
Documentation
reexecWithOptionalShell :: (StackM env m, HasConfig env) => Maybe (Path Abs Dir) -> IO CompilerVersion -> IO () -> m () Source #
If Nix is enabled, re-runs the currently running OS command in a Nix container. Otherwise, runs the inner action.
nixCmdName :: String Source #
Command-line argument for "nix"