swiftformat: Remove

Upstream `nixpkgs` now builds `swiftformat` via SwiftPM.
This commit is contained in:
Spotlight 2025-06-17 18:11:03 -05:00
parent eaac41f587
commit bb0574d97e
Signed by: spotlight
GPG key ID: 874AA355B3209BDC
3 changed files with 6 additions and 38 deletions

View file

@ -2,5 +2,4 @@
ipsw = pkgs.callPackage ./ipsw.nix { };
monaco-powerline = pkgs.callPackage ./monaco-powerline/default.nix { };
telnet = pkgs.callPackage ./telnet.nix { };
swiftformat = pkgs.callPackage ./swiftformat.nix { };
}