Commit graph

4 commits

Author SHA1 Message Date
matthewcroughan
971bfe5d1f Add vmTest for Nixinate
This initializes ./test/default.nix which is referred to by the
flake.nix under the `checks` attribute. This default.nix should point to
all future tests, where they can be looked up and ran like:

nix build .#checks.x86_64-linux.vmTest

The test included is a simple NixOS VM Test. It uses Nixinate to deploy
a machine with `services.nginx.enable = true` set, and tests whether
nginx.service is started and reachable after deployment.
2022-04-19 05:43:22 +01:00
matthewcroughan
56878e1a42 Fix examples 2022-03-23 23:53:43 +00:00
nixinator
2c37b83ad0 added buildOn to example 2022-01-31 19:56:47 +00:00
matthewcroughan
6003461f0e add examples 2022-01-26 20:17:20 +00:00