This commit is contained in:
ashisgreat22 2026-02-20 20:59:09 +01:00
parent 7529c0c5c4
commit 735aa76ea3
57 changed files with 3366 additions and 2482 deletions

10
scripts/run-nixbsd-vm.sh Executable file
View 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