quickpeep/test_vm
Olivier 'reivilibre' 8e3a44ee5e Start moving Nix Flake into the root 2022-06-04 22:30:17 +01:00
..
README.md Start moving Nix Flake into the root 2022-06-04 22:30:17 +01:00
flake.lock Start moving Nix Flake into the root 2022-06-04 22:30:17 +01:00
flake.nix Start moving Nix Flake into the root 2022-06-04 22:30:17 +01:00
nixos_config.nix Start moving Nix Flake into the root 2022-06-04 22:30:17 +01:00
outputs.nix Start moving Nix Flake into the root 2022-06-04 22:30:17 +01:00
quickpeep.ron Start moving Nix Flake into the root 2022-06-04 22:30:17 +01:00

README.md

Test VM for the QuickPeep 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.)