mirror of
https://github.com/NixOS/nix
synced 2025-07-10 04:43:53 +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,6 +1,7 @@
|
|||
---
|
||||
synopsis: Add `nix hash convert`
|
||||
prs: #9452
|
||||
description: {
|
||||
prs: 9452
|
||||
---
|
||||
|
||||
New [`nix hash convert`](https://github.com/NixOS/nix/issues/8876) sub command with a fast track
|
||||
to stabilization! Examples:
|
||||
|
@ -44,4 +45,3 @@ The following commands are still available but will emit a deprecation warning.
|
|||
- `nix hash to-base64 $hash1 $hash2`: Use `nix hash convert --to base64 $hash1 $hash2` instead.
|
||||
- `nix hash to-sri $hash1 $hash2`: : Use `nix hash convert --to sri $hash1 $hash2`
|
||||
or even just `nix hash convert $hash1 $hash2` instead.
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue