make flake.nix header more readable

This commit is contained in:
NullBite 2024-01-24 11:21:49 +01:00
parent f2cc47be34
commit 47ccc9b0fe
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -108,6 +108,7 @@
}; };
}; };
# values to be passed to nixosModules and homeManagerModules wrappers
moduleInputs = { moduleInputs = {
inherit mkExtraPkgs; inherit mkExtraPkgs;
}; };