mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-14 22:04:27 +01:00
5 lines
121 B
Nix
5 lines
121 B
Nix
{ callPackage }:
|
|
{
|
|
buildDubPackage = callPackage ./builddubpackage { };
|
|
dub-to-nix = callPackage ./dub-to-nix { };
|
|
}
|