a flake module to ease creating and managing multiple hosts in your nix flake.

fix: typo

+1 -1
+1 -1
lib.nix
··· 363 363 let 364 364 # memoize the class and perClass values so we don't have to recompute them 365 365 perClass = easyHostsConfig.perClass hostConfig.class; 366 + perArch = easyHostsConfig.perArch hostConfig.arch; 366 367 perTag = builtins.map (easyHostsConfig.perTag) hostConfig.tags; 367 - perArch = builtins.map (easyHostsConfig.perTag) hostConfig.arch; 368 368 class = redefineClass easyHostsConfig.additionalClasses hostConfig.class; 369 369 in 370 370 toHostOutput {