mirror of
https://github.com/NixOS/nix
synced 2025-07-08 15:13:55 +02:00
rl-next: Use markdown frontmatter syntax
The old syntax is still supported, as long as you don't use a { in the description - the reason to migrate.
This commit is contained in:
parent
360f3b3a9e
commit
3811b334c6
7 changed files with 26 additions and 32 deletions
|
@ -1,9 +1,8 @@
|
|||
---
|
||||
synopsis: Mounted SSH Store
|
||||
issues: #7890
|
||||
prs: #7912
|
||||
description: {
|
||||
issues: 7890
|
||||
prs: 7912
|
||||
---
|
||||
|
||||
Introduced the store [`mounted-ssh-ng://`](@docroot@/command-ref/new-cli/nix3-help-stores.md).
|
||||
This store allows full access to a Nix store on a remote machine and additionally requires that the store be mounted in the local filesystem.
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue