mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 16:26:18 +02:00
Fix typo
This commit is contained in:
parent
4f496150eb
commit
3e884aa002
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@ Currently the `type` attribute can be one of the following:
|
||||||
[flake:]<flake-id>(/<rev-or-ref>(/rev)?)?
|
[flake:]<flake-id>(/<rev-or-ref>(/rev)?)?
|
||||||
```
|
```
|
||||||
|
|
||||||
These perform a lookup of `<flake-id>` in the flake registry. or
|
These perform a lookup of `<flake-id>` in the flake registry. For
|
||||||
example, `nixpkgs` and `nixpkgs/release-20.09` are indirect flake
|
example, `nixpkgs` and `nixpkgs/release-20.09` are indirect flake
|
||||||
references. The specified `rev` and/or `ref` are merged with the
|
references. The specified `rev` and/or `ref` are merged with the
|
||||||
entry in the registry; see [nix registry](./nix3-registry.md) for
|
entry in the registry; see [nix registry](./nix3-registry.md) for
|
||||||
|
|
Loading…
Reference in a new issue