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

Split out local-fs-store.hh

This matches the already-existing `local-fs-store.cc`.
This commit is contained in:
John Ericson 2020-10-09 20:18:08 +00:00
parent e845d19ae3
commit 6cc1541782
16 changed files with 62 additions and 41 deletions

View file

@ -2,6 +2,7 @@
#include "util.hh"
#include "derivations.hh"
#include "store-api.hh"
#include "local-fs-store.hh"
#include "globals.hh"
#include "shared.hh"
#include "eval.hh"