dotfiles/pkgs/default.nix
Spotlight b66374110f
swiftformat: Remove
Upstream nixpkgs now uses this.
2025-06-17 18:07:06 -05:00

5 lines
181 B
Nix

{ pkgs, ... }: {
ipsw = pkgs.callPackage ./ipsw.nix { };
monaco-powerline = pkgs.callPackage ./monaco-powerline/default.nix { };
telnet = pkgs.callPackage ./telnet.nix { };
}