mirror of
https://github.com/NixOS/nix.git
synced 2025-11-11 04:56:01 +01:00
Merge pull request #30 from DeterminateSystems/stable-nix-command
Remove the `nix-command` experimental feature
This commit is contained in:
commit
bbd2c17f58
37 changed files with 41 additions and 121 deletions
|
|
@ -582,7 +582,7 @@ Strings argvToStrings(int argc, char * * argv)
|
|||
|
||||
std::optional<ExperimentalFeature> Command::experimentalFeature ()
|
||||
{
|
||||
return { Xp::NixCommand };
|
||||
return {};
|
||||
}
|
||||
|
||||
MultiCommand::MultiCommand(std::string_view commandName, const Commands & commands_)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue