summaryrefslogtreecommitdiff
path: root/src/cli.rs
diff options
context:
space:
mode:
authorseth <[email protected]>2024-09-13 19:31:06 -0400
committerGitHub <[email protected]>2024-09-13 23:31:06 +0000
commit91dbf60e1ee45403faaa38aca48cd362a1889095 (patch)
tree3eb410cc57b84d1c2e6d741a6551b815cc6bf86f /src/cli.rs
parentcc183fccca73df619c78dd0ca2567ac547c56ad2 (diff)
fix: check all nixpkgs installables when none are given (#3)
* fix: actually check all nixpkgs installables when none are given * build(nix): fix darwin
Diffstat (limited to 'src/cli.rs')
-rw-r--r--src/cli.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cli.rs b/src/cli.rs
index 073162c..41587c8 100644
--- a/src/cli.rs
+++ b/src/cli.rs
@@ -4,7 +4,6 @@ use clap::Parser;
#[command(version, about, long_about = None)]
pub struct Cli {
/// A list of Nix installables to look for. If not given, all paths in nixpkgs are checked
- #[arg(required_unless_present("configuration"))]
pub installables: Option<Vec<String>>,
/// Flake reference pointing to a NixOS or nix-darwin configuration