1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-11 04:56:01 +01:00

Move StorePathWithOutputs into its own header/file

In the following commits it will become less prevalent.
This commit is contained in:
John Ericson 2021-03-02 00:47:00 +00:00
parent f7d9f7c338
commit 7a2b566dc8
8 changed files with 55 additions and 40 deletions

View file

@ -2,6 +2,7 @@
#include "realisation.hh"
#include "path.hh"
#include "path-with-outputs.hh"
#include "hash.hh"
#include "content-address.hh"
#include "serialise.hh"