From 7443543d8b672dc8053f3a4dde5e9bde040672cc Mon Sep 17 00:00:00 2001 From: Seth Flynn Date: Thu, 13 Mar 2025 20:32:42 -0400 Subject: feat: home-manager configuration support Closes https://github.com/getchoo/nix-forecast/issues/59 --- src/cli.rs | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/cli.rs') diff --git a/src/cli.rs b/src/cli.rs index edfba5d..da8635b 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -11,6 +11,15 @@ pub struct Cli { #[arg(short, long, conflicts_with("installables"))] pub configuration: Option, + /// Flake reference pointing to a standalone home-manager configuration + #[arg( + short = 'o', + long, + conflicts_with("configuration"), + conflicts_with("installables") + )] + pub home: Option, + /// URLs of the substituters to check (can be passed more than once) #[arg( alias = "binary-cache", -- cgit v1.2.3