nix/info.rs: Update message about nixUnstable for 21.11

This commit is contained in:
Zhaofeng Li 2021-11-18 15:41:02 -08:00
parent 5c96044ffa
commit 47ccc6c9c4

View file

@ -127,7 +127,7 @@ impl NixCheck {
Level::Warn
};
log::log!(level, "The Nix version you are using does not support Flakes.");
log::log!(level, "Please install nixUnstable for a version that includes Flakes support.");
log::log!(level, "If you are using a Nixpkgs version before 21.11, please install nixUnstable for a version that includes Flakes support.");
if required {
log::log!(level, "Cannot continue since Flakes support is required for this operation.");