1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 10:41:16 +02:00

Update src/nix/upgrade-nix.cc

Co-authored-by: Graham Christensen <graham@grahamc.com>
This commit is contained in:
gustavderdrache 2025-05-06 15:11:34 -04:00 committed by GitHub
parent 49da034ecd
commit d4eb6059c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,7 +24,7 @@ struct CmdUpgradeNix : MixDryRun, StoreCommand
std::string description() override std::string description() override
{ {
return "(deprecated) upgrade Nix to the latest stable version"; return "deprecated in favor of determinate-nixd upgrade";
} }
std::string doc() override std::string doc() override