.
This commit is contained in:
parent
7529c0c5c4
commit
735aa76ea3
57 changed files with 3366 additions and 2482 deletions
10
scripts/run-nixbsd-vm.sh
Executable file
10
scripts/run-nixbsd-vm.sh
Executable file
|
|
@ -0,0 +1,10 @@
|
|||
#!/usr/bin/env bash
|
||||
# Script to build and run the NixBSD VM
|
||||
|
||||
set -e
|
||||
|
||||
echo "Building NixBSD VM..."
|
||||
VM_PATH=$(nix build .#nixosConfigurations.nixbsd.config.system.build.vm --no-link --print-out-paths --extra-experimental-features 'nix-command flakes')
|
||||
|
||||
echo "Starting NixBSD VM..."
|
||||
$VM_PATH/bin/run-nixbsd-vm
|
||||
Loading…
Add table
Add a link
Reference in a new issue