mirror of
https://github.com/NixOS/nix
synced 2025-06-25 10:41: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
|
@ -262,6 +262,13 @@ constexpr std::array<ExperimentalFeatureDetails, numXpFeatures> xpFeatureDetails
|
|||
Allow the use of the [impure-env](@docroot@/command-ref/conf-file.md#conf-impure-env) setting.
|
||||
)",
|
||||
},
|
||||
{
|
||||
.tag = Xp::MountedSSHStore,
|
||||
.name = "mounted-ssh-store",
|
||||
.description = R"(
|
||||
Allow the use of the [`mounted SSH store`](@docroot@/command-ref/new-cli/nix3-help-stores.html#experimental-ssh-store-with-filesytem-mounted).
|
||||
)",
|
||||
},
|
||||
{
|
||||
.tag = Xp::VerifiedFetches,
|
||||
.name = "verified-fetches",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue