packaged mac-telnet

This commit is contained in:
Sebastian Moser
2024-05-14 23:30:43 +02:00
parent 55f2efb749
commit ac7b85fdc2
3 changed files with 37 additions and 0 deletions

View File

@@ -3,4 +3,5 @@
{ pkgs ? import <nixpkgs> { } }: {
cbm = pkgs.callPackage ./mods/cbm.nix {};
mac-telnet = pkgs.callPackage ./mods/mac-telnet.nix {};
}