forked from lix-project/lix
Fix typo in flake doc
This commit is contained in:
parent
8d651a1f68
commit
ac38c4cdc2
|
@ -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…
Reference in a new issue