diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-07-29T10·43+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-07-29T10·43+0000 |
commit | 79ba0431db223c1c08b46e8f3d1819e3457f21a0 (patch) | |
tree | d1d95370475a85bf9008f442489d7461f06f1d10 /src/normalise.hh | |
parent | 5acb45446e756c023bcb6f052331181671580a5e (diff) |
* `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.
Diffstat (limited to 'src/normalise.hh')
-rw-r--r-- | src/normalise.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/normalise.hh b/src/normalise.hh index 619fef8bf623..a5b45c861926 100644 --- a/src/normalise.hh +++ b/src/normalise.hh @@ -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); |