1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-26 12:10:59 +01:00

Don't change nix::fs for now

This commit is contained in:
Eelco Dolstra 2024-11-12 21:10:01 +01:00
parent 02f0294be0
commit 37f4c71d1c
4 changed files with 9 additions and 3 deletions

View file

@ -8,7 +8,9 @@
namespace nix {
namespace fs = std::filesystem;
namespace fs {
using namespace std::filesystem;
}
namespace {