mirror of
https://github.com/NixOS/nix
synced 2025-06-30 03:23:16 +02:00
Guard the local overlay store behind an experimental feature
This commit is contained in:
parent
3fc838c8a8
commit
4b9a621812
5 changed files with 19 additions and 3 deletions
|
@ -32,6 +32,7 @@ enum struct ExperimentalFeature
|
|||
DynamicDerivations,
|
||||
ParseTomlTimestamps,
|
||||
ReadOnlyLocalStore,
|
||||
LocalOverlayStore,
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue