feat(packages/rebuild): add cowsay
This commit is contained in:
parent
c764ee208e
commit
81347d400d
1 changed files with 1 additions and 3 deletions
|
@ -8,9 +8,7 @@ pkgs.writeShellScriptBin "rebuild" # sh
|
|||
|
||||
git add . && \
|
||||
nixos-rebuild switch --flake . --use-remote-sudo && \
|
||||
echo "=== opening test shell. ===" && \
|
||||
echo "=== exit = commit ===" && \
|
||||
echo "=== exit 1 = abort ===" && \
|
||||
${pkgs.cowsay}/bin/cowsay -f elephant "Opening a test shell. Type exit 1 to abort and exit to commit your changes." && \
|
||||
$SHELL && \
|
||||
git commit -a
|
||||
''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue