1
0
Fork 0
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:
John Ericson 2023-11-21 13:12:55 -05:00
parent 9cd69e1c39
commit 949f5841f8
2 changed files with 8 additions and 0 deletions

View file

@ -34,6 +34,7 @@ enum struct ExperimentalFeature
ParseTomlTimestamps,
ReadOnlyLocalStore,
ConfigurableImpureEnv,
MountedSSHStore,
VerifiedFetches,
};