From ac38c4cdc20a1abc012fae117ad7738093e2919a Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Thu, 22 Apr 2021 03:07:57 +0200 Subject: [PATCH] Fix typo in flake doc --- src/nix/flake.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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