This probably shouldn't be included within a git repo, but it's small enough that we're not going to fret about it too much.
4 lines
91 B
Nix
4 lines
91 B
Nix
self: super:
|
|
{
|
|
monaco-powerline = super.callPackage ./monaco-powerline/default.nix {};
|
|
}
|