4 lines
122 B
Bash
Executable File
4 lines
122 B
Bash
Executable File
#!/bin/sh
|
|
|
|
git add . && nixos-rebuild --flake .#triple-dezert --build-host trip --target-host trip --use-remote-sudo "$@"
|