mirror of
https://github.com/NixOS/nix
synced 2025-06-25 23:11:16 +02:00
Don't change nix::fs for now
This commit is contained in:
parent
02f0294be0
commit
37f4c71d1c
4 changed files with 9 additions and 3 deletions
|
@ -29,7 +29,7 @@
|
|||
|
||||
namespace nix {
|
||||
|
||||
namespace fs = std::filesystem;
|
||||
namespace fs { using namespace std::filesystem; }
|
||||
|
||||
/**
|
||||
* Treat the string as possibly an absolute path, by inspecting the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue