add impure to nix path-info
This commit is contained in:
parent
183f898ab2
commit
4b1e49b9c5
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ import sys
|
||||||
|
|
||||||
def get_closure(installables):
|
def get_closure(installables):
|
||||||
closure = subprocess.run(
|
closure = subprocess.run(
|
||||||
["nix", "path-info", "--recursive"] + installables,
|
["nix", "path-info", "--recursive", "--impure"] + installables,
|
||||||
encoding="utf8",
|
encoding="utf8",
|
||||||
stdout=subprocess.PIPE,
|
stdout=subprocess.PIPE,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue