diff options
Diffstat (limited to 'host/Rory-desktop/hooks/post-rebuild.sh')
-rwxr-xr-x | host/Rory-desktop/hooks/post-rebuild.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/host/Rory-desktop/hooks/post-rebuild.sh b/host/Rory-desktop/hooks/post-rebuild.sh new file mode 100755 index 0000000..30733ad --- /dev/null +++ b/host/Rory-desktop/hooks/post-rebuild.sh @@ -0,0 +1,7 @@ +#!/usr/bin/env sh +set -x + +git restore --staged hardware-configuration.nix +git restore --staged Ran.ca +git restore --staged modules/opensuse/ +git restore --staged opensuse/ \ No newline at end of file |