mirror of
https://github.com/NixOS/nix
synced 2025-06-27 16:51:15 +02:00
Fix typo in flake doc
This commit is contained in:
parent
8d651a1f68
commit
ac38c4cdc2
1 changed files with 1 additions and 1 deletions
|
@ -395,7 +395,7 @@ the `nixpkgs` input of the top-level flake to be equal to the
|
||||||
`nixpkgs` input of the `dwarffs` input of the top-level flake:
|
`nixpkgs` input of the `dwarffs` input of the top-level flake:
|
||||||
|
|
||||||
```nix
|
```nix
|
||||||
inputs.nixops.follows = "dwarffs/nixpkgs";
|
inputs.nixpkgs.follows = "dwarffs/nixpkgs";
|
||||||
```
|
```
|
||||||
|
|
||||||
The value of the `follows` attribute is a `/`-separated sequence of
|
The value of the `follows` attribute is a `/`-separated sequence of
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue