mirror of
https://github.com/NixOS/nix
synced 2025-06-27 08:31:16 +02:00
Move BuiltPath
to its own header/C++ file in libcmd
It is less important, and used less widely, than `DerivedPath`.
This commit is contained in:
parent
cafb5e8a17
commit
2c3fb0eb33
5 changed files with 115 additions and 97 deletions
|
@ -5,6 +5,7 @@
|
|||
#include "path.hh"
|
||||
#include "outputs-spec.hh"
|
||||
#include "derived-path.hh"
|
||||
#include "built-path.hh"
|
||||
#include "store-api.hh"
|
||||
#include "build-result.hh"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue