#!/usr/bin/env bash set -e SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd ) cd $SCRIPT_DIR cd $(git rev-parse --show-toplevel) nixos-rebuild switch --flake .#raspberry --target-host raspberry -s "$@"