732597e430
Currently, there is some code duplication. I'll try to rewrite it without modifying resulting derivations. svn path=/nixpkgs/trunk/; revision=9670
6 lines
92 B
Nix
6 lines
92 B
Nix
args: rec {
|
|
default = v_2_4;
|
|
v_2_4 = import ./2.4.nix args;
|
|
v_2_5 = import ./2.5 args;
|
|
}
|