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:
parent
508dc46d17
commit
1b5d5662c4
3 changed files with 23 additions and 2 deletions
|
@ -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 { };
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue