with import {}; writeShellScriptBin "nixUpdate" '' set -e pushd ~/nixos/ # if git diff --quiet '*.nix'; then # echo "no changes" # popd # exit 0 # fi ''