mirror of
https://github.com/tsoding/boomer
synced 2024-11-16 12:12:47 +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 {};
|
|
}
|