1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-08 19:46:02 +01:00

Make a few more things use StoreDirConfig instead of Store

This commit is contained in:
John Ericson 2025-08-15 14:55:47 -04:00
parent 316fef35dc
commit 79fb9b0d3c
11 changed files with 45 additions and 38 deletions

View file

@ -275,7 +275,7 @@ VERSIONED_CHARACTERIZATION_TEST(
}),
({
ValidPathInfo info{
*LibStoreTest::store,
store,
"foo",
FixedOutputInfo{
.method = FileIngestionMethod::NixArchive,