mirror of
https://github.com/tsoding/boomer
synced 2024-11-16 12:12:47 +00:00
6 lines
64 B
Nix
6 lines
64 B
Nix
|
self: super:
|
||
|
|
||
|
{
|
||
|
boomer = super.callPackage ./boomer.nix {};
|
||
|
}
|