diff options
| author | seth <[email protected]> | 2024-09-13 19:31:06 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-09-13 23:31:06 +0000 |
| commit | 91dbf60e1ee45403faaa38aca48cd362a1889095 (patch) | |
| tree | 3eb410cc57b84d1c2e6d741a6551b815cc6bf86f /src/cli.rs | |
| parent | cc183fccca73df619c78dd0ca2567ac547c56ad2 (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.rs | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |
