From b1a375448a6b86a8cacf00e52ab7e6b1c7c39cb1 Mon Sep 17 00:00:00 2001 From: emily Date: Thu, 18 Jan 2024 12:46:45 +0100 Subject: [PATCH] fixed readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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};