Add easy run script
This commit is contained in:
parent
20cf29908e
commit
7e72234769
8
run.sh
Executable file
8
run.sh
Executable 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
|
Loading…
x
Reference in New Issue
Block a user