boomer/overlay/default.nix
2019-09-12 07:46:53 +07:00

6 lines
64 B
Nix

self: super:
{
boomer = super.callPackage ./boomer.nix {};
}