Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
This commit is contained in:
parent
135a6ef9d7
commit
0dcbb92011
1 changed files with 6 additions and 1 deletions
|
@ -12,7 +12,12 @@ in
|
|||
|
||||
runtimeInputs = with pkgs; [ coreutils ];
|
||||
|
||||
text = ''"$EDITOR" +3 "$TODO_FILE"'';
|
||||
text = ''
|
||||
"$EDITOR" +3 "$TODO_FILE"
|
||||
git add "$TODO_FILE"
|
||||
git commit -m "Update TODOs"
|
||||
git push
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue