Include pure Swift version of swiftformat

This should probably be upstreamed... eventually.
This commit is contained in:
Spotlight 2023-07-22 20:47:53 -05:00
parent de38673001
commit 471c61218e
Signed by: spotlight
GPG key ID: 874AA355B3209BDC
3 changed files with 41 additions and 0 deletions

View file

@ -1,4 +1,5 @@
self: super:
{
monaco-powerline = super.callPackage ./monaco-powerline/default.nix {};
swiftformat = super.callPackage ./swiftformat.nix {};
}