allow IFD in nix flake show

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
2025-05-26 19:52:59 -04:00
parent 2bf76c2adf
commit a742860b6e
3 changed files with 10 additions and 3 deletions

View File

@ -21,6 +21,11 @@ def parse_inputs() -> argparse.Namespace:
action="store_true",
help="whether to compare two drv sets, must provide two evaluation jsons to compare",
)
parser.add_argument(
"--allow-import-from-derivation",
action="store_true",
help="whether to allow IFD during certain actions (ex. nix flake show)",
)
parser.add_argument(
"--compare-pre-json",
metavar="pre-json-path",