mirror of
https://github.com/tsoding/boomer
synced 2024-11-18 09:28:37 +00:00
7 lines
112 B
Nix
7 lines
112 B
Nix
self: super:
|
|
|
|
{
|
|
nim_1_0 = super.callPackage ./nim_1_0.nix {};
|
|
boomer = super.callPackage ./boomer.nix {};
|
|
}
|