summary refs log tree commit diff
path: root/build.sh
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2022-12-26 06:08:38 +0100
committerGitHub <noreply@github.com>2022-12-26 06:08:38 +0100
commita35ec73b3e42fa39eb149d3ad91fad54c5df7766 (patch)
treeb77e101bb080139c3edbc8ba5b5df752708c644d /build.sh
parentUpdate build.sh (diff)
downloadRory-Open-Architecture-a35ec73b3e42fa39eb149d3ad91fad54c5df7766.tar.xz
Update build.sh
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh1
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