diff options
author | Rory& <root@rory.gay> | 2024-02-25 09:50:47 +0100 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-02-25 09:50:47 +0100 |
commit | a89ce7b37998d7ad1e9ebf69606d897f6c10db4e (patch) | |
tree | 14b02080f85624233250cc254614d5b202cea4b9 /build.sh | |
parent | Update from server (diff) | |
download | Rory-Open-Architecture-a89ce7b37998d7ad1e9ebf69606d897f6c10db4e.tar.xz |
Update from desktop
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh index dcf7787..27d0e11 100755 --- a/build.sh +++ b/build.sh @@ -1,5 +1,5 @@ #!/usr/bin/env nix-shell -#!nix-shell -i bash -p git nixos-install-tools +#!nix-shell -i bash -p git nixos-install-tools nix-output-monitor if [ $# -ne 2 ]; then echo "Usage: $0 <root> <config>" echo "NOTE: hardware config will be generated from root!" |