1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-12 05:26:02 +01:00
nix/src/libutil/unix
John Ericson b973cd494f Enable the unix:// store on Windows
Windows now has some basic Unix Domain Socket support, see
https://devblogs.microsoft.com/commandline/af_unix-comes-to-windows/

Building `nix daemon` on Windows I've left for later, because the daemon
currently forks per connection but this is not an option on Windows. But
we can get the client part working right away.
2024-04-18 16:58:32 -04:00
..
environment-variables.cc Clean up env var logic in preparation for Windows 2024-04-04 18:17:12 -04:00
file-descriptor.cc Start factoring out Unix assumptions 2024-04-02 14:43:38 -04:00
file-path.cc Build a minimized Nix with MinGW 2024-04-17 12:26:10 -04:00
monitor-fd.hh Better signals interface 2024-04-05 01:38:28 -04:00
processes.cc Start factoring out Unix assumptions 2024-04-02 14:43:38 -04:00
signals-impl.hh Better signals interface 2024-04-05 01:38:28 -04:00
signals.cc Better signals interface 2024-04-05 01:38:28 -04:00
users.cc Start factoring out Unix assumptions 2024-04-02 14:43:38 -04:00