You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What I'm doing now is nix path-info --json [drv] but that queries all of the paths in the closure and is very non-trivial compared ot the nix-store --query:
What I'm doing now is nix path-info --json [drv] but that queries all of the paths in the closure and is very non-trivial compared ot the nix-store --query:
Duh, it shouldn’t do a recursive query unless you pass --recursive:
(That being said, I’ll put my “ca-derivations implementer” hat on and remark that this won’t work anymore with ca-derivations because the only way to know the output paths of a ca derivation is to build it).
Describe the bug
How do I get the equivalent of this, with the new
nix
cli?What I'm doing now is
nix path-info --json [drv]
but that queries all of the paths in the closure and is very non-trivial compared ot thenix-store --query
:The text was updated successfully, but these errors were encountered: