Make clearing up output more in line with git output

This commit is contained in:
Lillian Violet 2024-02-29 15:06:27 +01:00
parent f982d225e5
commit 9baf41431d
2 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@ writeShellApplication
echo "NixOS Installing..."
sudo nixos-install --flake .#"''${dir}"
popd > /dev/null
echo "Cleaning up repository in tmp..."
echo "Cleaning up repository in '/tmp/install-nix'..."
rm -rf ./install-nix
popd > /dev/null
notify-send -e "NixOS Install Succeeded!" --icon=software-update-available