1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-02 21:51:50 +02:00

Create no-op Window pathlocks implementation

This keeps the call sites simple, eventually this should be filled in.
This commit is contained in:
John Ericson 2024-04-17 11:34:09 -04:00
parent 05b9dac754
commit 2248a3f545
11 changed files with 232 additions and 182 deletions

View file

@ -29,6 +29,7 @@
namespace nix {
using namespace nix::unix;
static std::string gcSocketPath = "/gc-socket/socket";
static std::string gcRootsDir = "gcroots";