diff --git a/README.md b/README.md index c643424..4221454 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ inputs.kyouma-www.url = "git+https://git.bsd.gay/snaki/kyouma-net"; Import the module and declare your config: ```nix -{ inputs, lib, ... }: +{ inputs, config, ... }: let kyouma-www = inputs.kyouma-www.packages.${config.nixpkgs.hostPlatform.system};