Safe Haskell | None |
---|---|
Language | GHC2021 |
System.Nix.Flake.Develop
Description
Working with nix develop
Synopsis
- inNixShell :: Bool
Documentation
inNixShell :: MonadIO m => m Bool Source #
Check if running inside a nix develop shell
This function checks for the IN_NIX_SHELL environment variable,
which is set by nix develop
.