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 . && \
|
git add . && \
|
||||||
nixos-rebuild switch --flake . --use-remote-sudo && \
|
nixos-rebuild switch --flake . --use-remote-sudo && \
|
||||||
echo "=== opening test shell. ===" && \
|
${pkgs.cowsay}/bin/cowsay -f elephant "Opening a test shell. Type exit 1 to abort and exit to commit your changes." && \
|
||||||
echo "=== exit = commit ===" && \
|
|
||||||
echo "=== exit 1 = abort ===" && \
|
|
||||||
$SHELL && \
|
$SHELL && \
|
||||||
git commit -a
|
git commit -a
|
||||||
''
|
''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue