1inputs: 2inputs.flake-parts.lib.mkFlake { inherit inputs; } ( 3 inputs.import-tree [ 4 ./modules 5 ./community 6 ./layers/options.nix 7 ] 8)