1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-12 13:36:02 +01:00

Make 'nix dev-shell' a deprecated alias for 'nix develop'

This commit is contained in:
Eelco Dolstra 2020-06-04 11:14:19 +02:00
parent 61e3d598b6
commit 0f44b60e6d
4 changed files with 13 additions and 5 deletions

View file

@ -234,6 +234,8 @@ public:
std::map<Command::Category, std::string> categories;
std::map<std::string, std::string> deprecatedAliases;
// Selected command, if any.
std::optional<std::pair<std::string, ref<Command>>> command;