1
0
Fork 0
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:
John Ericson 2023-07-12 22:22:44 -04:00
parent cafb5e8a17
commit 2c3fb0eb33
5 changed files with 115 additions and 97 deletions

View file

@ -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"