1
0
Fork 0

only build on Linux

This commit is contained in:
Pratham Patel 2024-03-02 00:59:59 +05:30
parent 4f398176b6
commit 77634f6fbd
Signed by: thefossguy
SSH Key Fingerprint: SHA256:/B3wAg7jnMEBQ2JwkebbS/eXVZANDmqRfnd9QkIhxMI
1 changed files with 5 additions and 0 deletions

View File

@ -3,6 +3,11 @@
set -xeu
if [ "$(uname -s)" != 'Linux' ]; then
echo 'What operating system is even this?'
exit 1
fi
nom build .
for resultISO in $(basename result/iso/nixos-*-"$(uname -m)"-linux.iso); do