Add easy run script

This commit is contained in:
Dylan Green 2025-04-03 13:35:39 +00:00
parent 20cf29908e
commit 7e72234769

8
run.sh Executable file
View File

@ -0,0 +1,8 @@
#!/usr/bin/env bash
tar xvf nars.tar.gz
for i in $(echo nars/*.nar); do
echo "Importing $i"
nix-store --import < $i
done
echo "Starting nix build without substituters"
nix build --option substitute false github:obsidiansystems/nixbsd/openbsd-phase4#packages.x86_64-linux.openbsd-base.systemImage