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

Pathlocks Implementation for Windows (#10586)

Based on Volth's original port.

Co-authored-by: volth <volth@volth.com>
This commit is contained in:
Dylan Green 2024-04-22 10:08:10 -05:00 committed by GitHub
parent e1fd0e0a8c
commit aa165301d1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 178 additions and 62 deletions

View file

@ -22,7 +22,6 @@
#include "experimental-features.hh"
using namespace nix;
using namespace nix::unix;
using std::cin;
static void handleAlarm(int sig) {