mkSystems -> mkHosts

fixed nixosModules output
This commit is contained in:
Gerg-L 2023-07-25 22:22:59 -04:00
parent 167f6ca7b3
commit e33da6d843
3 changed files with 6 additions and 9 deletions

View file

@ -1,8 +1,4 @@
inputs: {
pkgs,
config,
...
}: {
inputs: {pkgs, ...}: {
#other nix settings
nix = {
package = inputs.nix.packages.${pkgs.system}.default;