forked from DGNum/colmena
cli.rs: Indicate support for flakes
This commit is contained in:
parent
652c66548d
commit
c644f79ad1
1 changed files with 1 additions and 1 deletions
|
@ -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)!
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in a new issue