aboutsummaryrefslogtreecommitdiff
path: root/src/nix
diff options
context:
space:
mode:
authorAntoine Martin <antoine@alarsyo.net>2021-04-22 03:07:57 +0200
committerAntoine Martin <antoine@alarsyo.net>2021-04-22 03:07:57 +0200
commitac38c4cdc20a1abc012fae117ad7738093e2919a (patch)
tree4859718ca9894b22961f01e6e33db09b9c2ba861 /src/nix
parent8d651a1f68c018b8a10dd37da81e9d3612073656 (diff)
Fix typo in flake doc
Diffstat (limited to 'src/nix')
-rw-r--r--src/nix/flake.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix/flake.md b/src/nix/flake.md
index 0035195e5..9e936a049 100644
--- a/src/nix/flake.md
+++ b/src/nix/flake.md
@@ -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