1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-11 04:56:01 +01:00
nix/src/libutil/linux
John Ericson a97a08411c More support for std::filepath in libnixutil
We're not replacing `Path` in exposed definitions in many cases, but
just adding alternatives. This will allow us to "top down" change `Path`
to `std::fileysystem::path`, and then we can remove the `Path`-using
utilities which will become unused.

Also add some test files which we forgot to include in the libutil unit
tests `meson.build`.

Co-Authored-By: siddhantCodes <siddhantk232@gmail.com>
2024-08-26 17:23:56 -04:00
..
cgroup.cc add call to checkInterrupt in a bunch of places 2024-06-04 19:35:40 +05:30
cgroup.hh Make cgroup.{cc,hh} linux-only files 2024-04-05 12:29:14 -04:00
meson.build Build nix-util with Meson 2024-06-12 18:31:02 -04:00
namespaces.cc More support for std::filepath in libnixutil 2024-08-26 17:23:56 -04:00
namespaces.hh tryUnshareFilesystem: Ignore ENOSYS too 2024-05-22 16:07:38 -04:00