allow IFD in nix flake show
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user