This commit is contained in:
parent
21bbb4a32e
commit
d10157725f
1 changed files with 1 additions and 4 deletions
|
@ -3,10 +3,7 @@
|
||||||
pkgs.writeShellApplication {
|
pkgs.writeShellApplication {
|
||||||
name = "get-tags";
|
name = "get-tags";
|
||||||
|
|
||||||
runtimeInputs = with pkgs; [
|
runtimeInputs = with pkgs; [ git ];
|
||||||
git
|
|
||||||
unixtools.column
|
|
||||||
];
|
|
||||||
|
|
||||||
text = ''
|
text = ''
|
||||||
if [[ "$#" -gt 0 ]]; then
|
if [[ "$#" -gt 0 ]]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue