remove trekscii import (but keep the pkg deviation for reference)

This commit is contained in:
John Bowdre 2024-05-01 14:44:06 -05:00
parent f4bec6f385
commit d2fedd4a3a
2 changed files with 0 additions and 2 deletions

View File

@ -15,7 +15,6 @@
kubectl # Container wrangler
nil # Nix LSP
nixfmt # Nix formatter
trekscii # Cute startrek cli printer
vault # Hashicorp vault
];

View File

@ -3,5 +3,4 @@
{ pkgs ? (import ../nixpkgs.nix) { } }: {
# example = pkgs.callPackage ./example { };
trekscii = pkgs.callPackage ./trekscii { };
}