This contains the depth of nix shells nesting. Fixes #826 Co-authored-by: Qyriad <qyriad@qyriad.me> Change-Id: If584c9d02730d6c857636dafdeab0c01f4ec8e0f
10 lines
305 B
Markdown
10 lines
305 B
Markdown
---
|
|
synopsis: "Add an indication of nix-shell nesting depth"
|
|
cls: [4657]
|
|
issues: [fj#826]
|
|
category: "Improvements"
|
|
credits: [thubrecht]
|
|
---
|
|
|
|
When in a nix shell (either via a `nix-shell` or a `nix develop` invocation), a variable `NIX_SHELL_LEVEL` is exported to indicate the nesting depth of nix shells.
|