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