The example had a typo, it's follows not follow

This commit is contained in:
Lillian-Violet 2024-01-12 17:43:06 +01:00
parent 6ec89c025e
commit 1c4f8630b7

View file

@ -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";
}; };