docspell/nix/buildvm.sh

11 lines
260 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 \
2020-11-28 17:11:41 +00:00
-I nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/nixos-20.09.tar.gz