mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-22 01:12:19 +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
|
kubectl # Container wrangler
|
||||||
nil # Nix LSP
|
nil # Nix LSP
|
||||||
nixfmt # Nix formatter
|
nixfmt # Nix formatter
|
||||||
trekscii # Cute startrek cli printer
|
|
||||||
vault # Hashicorp vault
|
vault # Hashicorp vault
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -3,5 +3,4 @@
|
||||||
|
|
||||||
{ pkgs ? (import ../nixpkgs.nix) { } }: {
|
{ pkgs ? (import ../nixpkgs.nix) { } }: {
|
||||||
# example = pkgs.callPackage ./example { };
|
# example = pkgs.callPackage ./example { };
|
||||||
trekscii = pkgs.callPackage ./trekscii { };
|
|
||||||
}
|
}
|
Loading…
Reference in a new issue