mirror of
https://github.com/NixOS/nix
synced 2025-07-07 10:11:47 +02:00
Fix build
This commit is contained in:
parent
28398e6d02
commit
2add230939
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ struct LocalOverlayStoreConfig : virtual LocalStoreConfig
|
||||||
Must be used as OverlayFS lower layer for this store's store dir.
|
Must be used as OverlayFS lower layer for this store's store dir.
|
||||||
)"};
|
)"};
|
||||||
|
|
||||||
const PathSetting upperLayer{(StoreConfig*) this, false, "", "upper-layer",
|
const PathSetting upperLayer{(StoreConfig*) this, "", "upper-layer",
|
||||||
R"(
|
R"(
|
||||||
Must be used as OverlayFS upper layer for this store's store dir.
|
Must be used as OverlayFS upper layer for this store's store dir.
|
||||||
)"};
|
)"};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue