Closed edolstra closed 4 years ago
E.g. nix develop --phase build would run the build phase. This would make it easier to do incremental builds from a non-bash shell or from an IDE.
nix develop --phase build
Implemented in https://github.com/NixOS/nix/commit/f15651303f8596bf34c67fc8d536b1e9e7843a87.
E.g.
nix develop --phase build
would run the build phase. This would make it easier to do incremental builds from a non-bash shell or from an IDE.