1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-27 04:21:16 +02:00

Split out uds-remote-store.{cc.hh}

This commit is contained in:
John Ericson 2020-10-11 16:01:53 +00:00
parent 38e3897162
commit 15fdb7cc6b
5 changed files with 4 additions and 1212 deletions

View file

@ -1011,7 +1011,7 @@ Derivation Store::readDerivation(const StorePath & drvPath)
#include "local-store.hh"
#include "remote-store.hh"
#include "uds-remote-store.hh"
namespace nix {