1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-22 02:09:36 +01:00
nix/src
John Ericson a97d6d89d8 Create a second Store::getFSAccessor for a single store object
This is sometimes easier / more performant to implement, and
independently it is also a more convenient interface for many callers.

The existing store-wide `getFSAccessor` is only used for

 - `nix why-depends`
 - the evaluator

I hope we can get rid of it for those, too, and then we have the option
of getting rid of the store-wide method.

Co-authored-by: Sergei Zimmerman <sergei@zimmerman.foo>
2025-09-24 15:49:14 -04:00
..
external-api-docs meson: Apply formatting universally 2025-08-07 02:58:29 +03:00
internal-api-docs meson: Apply formatting universally 2025-08-07 02:58:29 +03:00
libcmd treewide: Support builds with ASAN, enable in CI 2025-09-19 01:33:57 +03:00
libexpr Merge pull request #14040 from NixOS/import-thunk 2025-09-22 18:33:00 +02:00
libexpr-c treewide: Support builds with ASAN, enable in CI 2025-09-19 01:33:57 +03:00
libexpr-test-support treewide: Support builds with ASAN, enable in CI 2025-09-19 01:33:57 +03:00
libexpr-tests libexpr-tests: Enable when test setup for building succeeds 2025-09-19 23:39:00 +02:00
libfetchers Create a second Store::getFSAccessor for a single store object 2025-09-24 15:49:14 -04:00
libfetchers-c treewide: Support builds with ASAN, enable in CI 2025-09-19 01:33:57 +03:00
libfetchers-tests treewide: Support builds with ASAN, enable in CI 2025-09-19 01:33:57 +03:00
libflake treewide: Support builds with ASAN, enable in CI 2025-09-19 01:33:57 +03:00
libflake-c treewide: Support builds with ASAN, enable in CI 2025-09-19 01:33:57 +03:00
libflake-tests treewide: Support builds with ASAN, enable in CI 2025-09-19 01:33:57 +03:00
libmain treewide: Support builds with ASAN, enable in CI 2025-09-19 01:33:57 +03:00
libmain-c treewide: Support builds with ASAN, enable in CI 2025-09-19 01:33:57 +03:00
libstore Create a second Store::getFSAccessor for a single store object 2025-09-24 15:49:14 -04:00
libstore-c treewide: Support builds with ASAN, enable in CI 2025-09-19 01:33:57 +03:00
libstore-test-support treewide: Support builds with ASAN, enable in CI 2025-09-19 01:33:57 +03:00
libstore-tests test(libstore): additional ParsedS3Url tests 2025-09-19 20:52:44 +00:00
libutil Fix JSON_IMPL macro to avoid extraneous copies 2025-09-23 13:05:12 -04:00
libutil-c treewide: Support builds with ASAN, enable in CI 2025-09-19 01:33:57 +03:00
libutil-test-support treewide: Support builds with ASAN, enable in CI 2025-09-19 01:33:57 +03:00
libutil-tests Revert "Use shared pointers in the memory source accessor" 2025-09-22 20:22:17 +03:00
nix Create a second Store::getFSAccessor for a single store object 2025-09-24 15:49:14 -04:00
perl Convert Realisation JSON logic to standard style 2025-09-22 12:59:37 -04:00
nix-functional-tests Build Functional tests with Meson 2024-08-14 15:35:40 -04:00
nix-manual Build the manual with Meson 2024-10-09 11:58:17 -04:00