mirror of
https://github.com/NixOS/mobile-nixos.git
synced 2024-12-17 21:11:34 +03:00
565d938228
This creates a disk image that acts *just about* like how the NixOS sd_image acts. Though it is much less useful as there is no system, not even an initrd. |
||
---|---|---|
.. | ||
size | ||
raspi-like.nix | ||
README.md |
In-depth tests
Those are rather bulky integration-type tests. They are not ran by default, but should be used to better test the image builder infrastructure.
Changes to the infra should be passed through this test suite in addition to the slimmer usual tests suite.
Tip:
From the image-builder infra directory, run the following.
nix-build in-depth-tests/[...].nix -I nixpkgs-overlays=$PWD/lib/tests/test-overlay.nix
This allows you to track the bigger builds more easily.