diff options
author | Rory& <root@rory.gay> | 2024-10-13 06:14:11 +0200 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-10-13 06:14:11 +0200 |
commit | c5e9651eb722c9b3063777342c98cc38997d62a6 (patch) | |
tree | 11adcd80c9a5ea551cd79eef8ba366c82ac15128 /host/Rory-desktop/hooks/post-rebuild.sh | |
parent | Small updates, fix grapevine (diff) | |
download | Rory-Open-Architecture-c5e9651eb722c9b3063777342c98cc38997d62a6.tar.xz |
Desktop changes, build script changes
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 |