1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +00:00
nixpkgs/pkgs/development/interpreters/python/default.nix

7 lines
152 B
Nix

args:
args.stdenv.lib.listOfListsToAttrs [
[ "default" (import ./2.4.nix args) ]
[ "2.4" (import ./2.4.nix args) ]
[ "2.5" (import ./2.5 args) ]
]