diff --git a/template/multi-module/hello/flake-module.nix b/template/multi-module/hello/flake-module.nix index 55066f0..0ddc6d3 100644 --- a/template/multi-module/hello/flake-module.nix +++ b/template/multi-module/hello/flake-module.nix @@ -1,6 +1,6 @@ # Definitions can be imported from a separate file like this one -{ self, ... }: { +{ self, lib, ... }: { perSystem = { config, self', inputs', pkgs, ... }: { # Definitions like this are entirely equivalent to the ones # you may have directly in flake.nix.