Dendritic Nix - Community-driven Nix distribution based on the Dendritic pattern.
at main 145 B view raw
1inputs: 2inputs.flake-parts.lib.mkFlake { inherit inputs; } ( 3 inputs.import-tree [ 4 ./modules 5 ./community 6 ./layers/options.nix 7 ] 8)