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

Merge pull request #14128 from obsidiansystems/expose-dummy-store-for-tests-somewhat

Expose some core implementation details and write a basic unit test for the dummy store
This commit is contained in:
Sergei Zimmerman 2025-10-01 20:27:37 +00:00 committed by GitHub
commit 2774e67c60
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 87 additions and 20 deletions

View file

@ -61,6 +61,7 @@ sources = files(
'derivation.cc',
'derived-path.cc',
'downstream-placeholder.cc',
'dummy-store.cc',
'http-binary-cache-store.cc',
'legacy-ssh-store.cc',
'local-binary-cache-store.cc',