mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 00:08:07 +02:00
Merge pull request #4729 from alarsyo/fix-flake-doc-typo
Fix typo in flake doc
This commit is contained in:
commit
7c90552879
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:
|
||||
|
||||
```nix
|
||||
inputs.nixops.follows = "dwarffs/nixpkgs";
|
||||
inputs.nixpkgs.follows = "dwarffs/nixpkgs";
|
||||
```
|
||||
|
||||
The value of the `follows` attribute is a `/`-separated sequence of
|
||||
|
|
Loading…
Reference in a new issue