mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-23 14:36:16 +02:00
Make upper-layer a PathSetting instead of a Setting<string>.
This commit is contained in:
parent
b0989cb10b
commit
0df37edb1c
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 Setting<std::string> upperLayer{(StoreConfig*) this, "", "upper-layer",
|
const PathSetting upperLayer{(StoreConfig*) this, false, "", "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…
Reference in a new issue