mirror of
https://github.com/NixOS/nix.git
synced 2025-11-11 04:56:01 +01:00
Cleanup
This commit is contained in:
parent
bccff827dc
commit
e6b7c7b79c
4 changed files with 14 additions and 12 deletions
|
|
@ -611,6 +611,9 @@ public:
|
|||
/* Read a derivation (which must already be valid). */
|
||||
Derivation readDerivation(const StorePath & drvPath);
|
||||
|
||||
/* Read a derivation from a potentially invalid path. */
|
||||
Derivation readInvalidDerivation(const StorePath & drvPath);
|
||||
|
||||
/* Place in `out' the set of all store paths in the file system
|
||||
closure of `storePath'; that is, all paths than can be directly
|
||||
or indirectly reached from it. `out' is not cleared. If
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue