mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
7 lines
152 B
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) ]
|
|
]
|