File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed
Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change 1010# * All non-wildcard unversioned_attr_prefixes must be mutually exclusive.
1111{
1212 by_name_dirs = [
13- # Not quite yet!
14- # {
15- # id = "py";
16- # path = "pkgs/development/python-modules/by-name";
17- # attr_path_regex = "^(python3\\d*Packages|python3\\d*.pkgs)\\..*$";
18- # unversioned_attr_prefix = "python3Packages";
19- # all_packages_path = "/pkgs/top-level/python-packages.nix";
20- # aliases_path = "/pkgs/top-level/python-aliases.nix";
21- # }
13+ {
14+ id = "py" ;
15+ path = "pkgs/development/python-modules/by-name" ;
16+ attr_path_regex = "^(python3\\ d*Packages|python3\\ d*.pkgs)\\ ..*$" ;
17+ unversioned_attr_prefix = "python3Packages" ;
18+ all_packages_path = "/pkgs/top-level/python-packages.nix" ;
19+ aliases_path = "/pkgs/top-level/python-aliases.nix" ;
20+ }
2221 {
2322 id = "tcl" ;
2423 path = "pkgs/development/tcl-modules/by-name" ;
You can’t perform that action at this time.
0 commit comments