accept flake config by default
This commit is contained in:
@ -21,7 +21,7 @@ def evaluate_output(path: str, output: str) -> str | None:
|
||||
:raises RuntimeError: evaluation succeeds but no derivation is found
|
||||
"""
|
||||
logger.info(f"evaluating {output}")
|
||||
out = bash_wrapper(f"nix eval {path}#{output}")
|
||||
out = bash_wrapper(f"nix eval {path}#{output} --accept-flake-config")
|
||||
logger.debug(out[0])
|
||||
logger.debug(out[1])
|
||||
logger.debug(out[2])
|
||||
|
Reference in New Issue
Block a user