WYT5RB2RREU3WSBPQDE46JQTRMRYOQXAYPWGER47XWMLWDYOIRTQC templates = {default = {path = ./templates/default;description = "basic flake";};c-make = {path = ./templates/c-make;description = "c dev with make";};c-shake = {path = ./templates/c-shake;description = "c dev with shake";};zig = {path = ./templates/zig;description = "zig dev";};rust = {path = ./templates/rust;description = "rust dev";};};
templates = nixpkgs.lib.mapAttrs (k: _: { path = ./templates/${k}; }) (builtins.readDir ./templates);