cli.rs: Indicate support for flakes

This commit is contained in:
Zhaofeng Li 2021-06-29 01:19:13 -07:00
parent 652c66548d
commit c644f79ad1

View file

@ -36,7 +36,7 @@ pub fn build_cli(include_internal: bool) -> App<'static, 'static> {
.short("f") .short("f")
.long("config") .long("config")
.value_name("CONFIG") .value_name("CONFIG")
.help("Path to a Hive expression") .help("Path to a Hive expression, a flake.nix, or a Nix Flake URI")
// The default value is a lie (sort of)! // The default value is a lie (sort of)!
// //