mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 21:36:17 +00:00
9 lines
145 B
Nix
9 lines
145 B
Nix
{ callPackage }:
|
|
|
|
{
|
|
ut2004-demo = callPackage ./demo.nix { };
|
|
|
|
ut2004 = gamePacks: callPackage ./wrapper.nix {
|
|
inherit gamePacks;
|
|
};
|
|
}
|