From 63acaeea37b9eb79ad11c951d6920969e6f40e7e Mon Sep 17 00:00:00 2001 From: Shelvacu Date: Sat, 3 May 2025 18:31:12 -0700 Subject: [PATCH] stuff --- dprop | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 dprop diff --git a/dprop b/dprop new file mode 100755 index 0000000..5e20d0e --- /dev/null +++ b/dprop @@ -0,0 +1,3 @@ +#!/bin/sh + +git add . && nixos-rebuild --flake .#prophecy --build-host prop --target-host prop --use-remote-sudo "$@"