mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 00:08:07 +02:00
604 B
604 B
synopsis | issues | prs |
---|---|---|
`nix env shell` is the new `nix shell`, and `nix shell` remains an accepted alias | 10504 | 10807 |
This is part of an effort to bring more structure to the CLI subcommands.
nix env
will be about the process environment.
Future commands may include nix env run
and nix env print-env
.
It is also somewhat analogous to the planned nix dev shell
(currently nix develop
), which is less about environment variables, and more about running a development shell, which is a more powerful command, but also requires more setup.