chore(flake): remove redundant inputs
Chloe A 3 weeks ago ddbbd844 1a196b6b
··· 60 60 }; 61 61 62 62 outputs = 63 63 - inputs@{ 64 64 - flake-parts, 65 65 - nixos-wsl, 66 66 - ... 67 67 - }: 63 63 + inputs@{ flake-parts, ... }: 68 64 flake-parts.lib.mkFlake { inherit inputs; } { 69 65 imports = [ 70 66 inputs.easy-hosts.flakeModule