This commit is contained in:
plasmagoat 2025-06-09 02:33:49 +02:00
parent 7cce664a11
commit 9b6a3f8954
3 changed files with 0 additions and 177 deletions

View file

@ -1,9 +0,0 @@
#!/bin/bash
set -euo pipefail
# This script assumes 'flake.nix' and 'configuration.nix' are in the parent directory
# and outputs the result to a symlink named 'result'
echo "Building NixOS image..."
nix build .#nixosConfigurations.proxmox-vm.config.system.build.qemu-image
echo "NixOS image build complete."