1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -04:00
nix/src
Siddhant Kumar fcbc36cf78
Use std::filesystem::path in more places (#10657)
Progress on #9205

Co-Authored-By: John Ericson <John.Ericson@Obsidian.Systems>

* Get rid of `PathNG`, just use `std::filesystem::path`
2024-05-07 22:28:50 +00:00
..
build-remote Pathlocks Implementation for Windows (#10586) 2024-04-22 15:08:10 +00:00
libcmd Replace our DirEntry with std::filesystem's 2024-05-07 16:21:02 -04:00
libexpr builtin:fetchurl: Revert impureEnvVars attribute 2024-05-07 11:25:07 +02:00
libexpr-c C API: source argument to nix_copy_value should be const 2024-04-21 22:46:18 +02:00
libfetchers Merge pull request #10465 from edolstra/remove-locked 2024-05-06 21:32:26 +02:00
libmain Merge pull request #10556 from nix-windows/uds-remote-on-windows 2024-05-02 09:53:00 -04:00
libstore Use std::filesystem::path in more places (#10657) 2024-05-07 22:28:50 +00:00
libstore-c init: Add flag to avoid loading configuration 2024-04-20 01:45:04 +02:00
libutil Use std::filesystem::path in more places (#10657) 2024-05-07 22:28:50 +00:00
libutil-c C API: Use nix_get_string_callback typedef 2024-04-15 12:05:57 +02:00
nix Use std::filesystem::path in more places (#10657) 2024-05-07 22:28:50 +00:00
nix-build Use std::filesystem::path in more places (#10657) 2024-05-07 22:28:50 +00:00
nix-channel downloadFile(): Remove the "locked" (aka "immutable") flag 2024-04-08 15:56:16 +02:00
nix-collect-garbage Replace our DirEntry with std::filesystem's 2024-05-07 16:21:02 -04:00
nix-copy-closure Restrict some code to StoreDirConfig 2023-11-04 19:05:36 -04:00
nix-env Merge InputAccessor into SourceAccessor 2024-05-03 12:14:01 +02:00
nix-instantiate Build a minimized Nix with MinGW 2024-04-17 12:26:10 -04:00
nix-store Use SourcePath in more places 2024-05-06 19:05:42 +02:00
toml11