1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-16 23:42:43 +01:00

Move ValidPathInfo to its own header

This commit is contained in:
John Ericson 2020-06-24 21:22:13 +00:00
parent b7ccf7ae2a
commit d92d4f85a5
4 changed files with 102 additions and 78 deletions

View file

@ -1,5 +1,6 @@
#include "globals.hh"
#include "nar-info.hh"
#include "store-api.hh"
namespace nix {