diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2022-12-26 06:08:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-26 06:08:38 +0100 |
commit | a35ec73b3e42fa39eb149d3ad91fad54c5df7766 (patch) | |
tree | b77e101bb080139c3edbc8ba5b5df752708c644d /build.sh | |
parent | Update build.sh (diff) | |
download | Rory-Open-Architecture-a35ec73b3e42fa39eb149d3ad91fad54c5df7766.tar.xz |
Update build.sh
Diffstat (limited to '')
-rwxr-xr-x | build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build.sh b/build.sh index a9e040b..4463579 100755 --- a/build.sh +++ b/build.sh @@ -17,5 +17,6 @@ else git add -f hardware-configuration.nix nixos-install --root "${1}" --flake ".#${2}" git rm --cached hardware-configuration.nix + cp . "${1}/Rory-Open-Architecture" -rv exit fi |