Convert telnet to standalone derivation

Using all of `inetutils` resulted in commands such as `ping` and `ping6` being replaced, which is not desirable.
This commit is contained in:
Spotlight 2025-04-23 03:14:27 -05:00
parent 508dc46d17
commit 1b5d5662c4
Signed by: spotlight
GPG key ID: 874AA355B3209BDC
3 changed files with 23 additions and 2 deletions

View file

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