* `fstateRefs' now works on derive expressions as well. TODO: make
this more efficient. * A flag `-n' in 'nix --query' to normalise the argument. Default is not to normalise.
This commit is contained in:
parent
5acb45446e
commit
79ba0431db
4 changed files with 40 additions and 14 deletions
|
|
@ -13,7 +13,7 @@ void realiseSlice(const FSId & id, FSIdSet pending = FSIdSet());
|
|||
|
||||
/* Get the list of root (output) paths of the given
|
||||
fstate-expression. */
|
||||
Strings fstatePaths(const FSId & id, bool normalise);
|
||||
Strings fstatePaths(const FSId & id);
|
||||
|
||||
/* Get the list of paths referenced by the given fstate-expression. */
|
||||
Strings fstateRefs(const FSId & id);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue