The example had a typo, it's follows not follow
This commit is contained in:
parent
5b0b50214f
commit
15dbc98bfe
|
@ -32,7 +32,7 @@
|
||||||
|
|
||||||
pihole = {
|
pihole = {
|
||||||
url = "github:mindsbackyard/pihole-flake";
|
url = "github:mindsbackyard/pihole-flake";
|
||||||
inputs.nixpkgs.follow = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
inputs.flake-utils.follows = "flake-utils";
|
inputs.flake-utils.follows = "flake-utils";
|
||||||
inputs.linger.follows = "linger";
|
inputs.linger.follows = "linger";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue