hallo-nix-flakes/nix_flake/test_vm
2022-04-05 15:24:28 +01:00
..
flake.lock Fix Flake 2022-04-05 15:24:28 +01:00
flake.nix Commit example 2022-04-05 09:39:09 +01:00
nixos_config.nix Commit example 2022-04-05 09:39:09 +01:00
outputs.nix Commit example 2022-04-05 09:39:09 +01:00
README.md Commit example 2022-04-05 09:39:09 +01:00

Test VM for the Hallo Nix Flake

To build and start a test VM, in this directory, with a copy of Nix that supports flakes, run:

nix build .#nixosConfigurations.testvm.config.system.build.vm -j8
./result/bin/run-nixos-vm

(An amd64 system is needed for now; otherwise you need to edit outputs.nix.)