lix/src
Alyssa Ross 369ed71858
libutil: use uniform initialization in _deletePath
Otherwise I get a compiler error when building for NetBSD:

src/libutil/util.cc: In function 'void nix::_deletePath(const Path&, uint64_t&)':
src/libutil/util.cc:438:17: error: base operand of '->' is not a pointer
  438 |     AutoCloseFD dirfd(open(dir.c_str(), O_RDONLY));
      |                 ^~~~~
src/libutil/util.cc:439:10: error: 'dirfd' was not declared in this scope
  439 |     if (!dirfd) {
      |          ^~~~~
src/libutil/util.cc:444:17: error: 'dirfd' was not declared in this scope
  444 |     _deletePath(dirfd.get(), path, bytesFreed);
      |                 ^~~~~
2021-07-24 09:19:48 +00:00
..
build-remote
cpptoml
libcmd
libexpr
libfetchers
libmain
libstore
libutil libutil: use uniform initialization in _deletePath 2021-07-24 09:19:48 +00:00
nix Fix formatting error in 'nix store' manpage 2021-07-22 10:11:04 +02:00
nix-build
nix-channel
nix-collect-garbage
nix-copy-closure
nix-env
nix-instantiate
nix-store
nlohmann
resolve-system-dependencies