diff options
author | Antoine Martin <antoine@alarsyo.net> | 2021-04-22 03:07:57 +0200 |
---|---|---|
committer | Antoine Martin <antoine@alarsyo.net> | 2021-04-22 03:07:57 +0200 |
commit | ac38c4cdc20a1abc012fae117ad7738093e2919a (patch) | |
tree | 4859718ca9894b22961f01e6e33db09b9c2ba861 /src/nix/flake.md | |
parent | 8d651a1f68c018b8a10dd37da81e9d3612073656 (diff) |
Fix typo in flake doc
Diffstat (limited to 'src/nix/flake.md')
-rw-r--r-- | src/nix/flake.md | 2 |
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 |