mirror of
https://github.com/NixOS/nix
synced 2025-06-30 03:23:16 +02:00
Add the MountedSSHStore
experimental feature
It will be implemented in the subsequent commits of this PR.
This commit is contained in:
parent
9cd69e1c39
commit
949f5841f8
2 changed files with 8 additions and 0 deletions
|
@ -34,6 +34,7 @@ enum struct ExperimentalFeature
|
|||
ParseTomlTimestamps,
|
||||
ReadOnlyLocalStore,
|
||||
ConfigurableImpureEnv,
|
||||
MountedSSHStore,
|
||||
VerifiedFetches,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue