dotfiles/pkgs/default.nix
Spotlight 471c61218e
Include pure Swift version of swiftformat
This should probably be upstreamed... eventually.
2023-07-22 20:47:53 -05:00

5 lines
147 B
Nix

self: super:
{
monaco-powerline = super.callPackage ./monaco-powerline/default.nix {};
swiftformat = super.callPackage ./swiftformat.nix {};
}