docspell/nix/buildvm.sh

11 lines
251 B
Bash
Raw Normal View History

#!/usr/bin/env bash
if [ "$1" = "-f" ]; then
echo "Deleting current state image..."
rm *.qcow2
fi
nixos-rebuild build-vm \
-I nixos-config=./configuration-test.nix \
2021-12-21 21:00:09 +00:00
-I nixpkgs=https://github.com/NixOS/nixpkgs/archive/nixos-21.11.tar.gz