mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-21 17:02:18 +00:00
remove trekscii import (but keep the pkg deviation for reference)
This commit is contained in:
parent
f4bec6f385
commit
d2fedd4a3a
2 changed files with 0 additions and 2 deletions
|
@ -15,7 +15,6 @@
|
|||
kubectl # Container wrangler
|
||||
nil # Nix LSP
|
||||
nixfmt # Nix formatter
|
||||
trekscii # Cute startrek cli printer
|
||||
vault # Hashicorp vault
|
||||
];
|
||||
|
||||
|
|
|
@ -3,5 +3,4 @@
|
|||
|
||||
{ pkgs ? (import ../nixpkgs.nix) { } }: {
|
||||
# example = pkgs.callPackage ./example { };
|
||||
trekscii = pkgs.callPackage ./trekscii { };
|
||||
}
|
Loading…
Reference in a new issue