1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-12-11 21:17:45 +03:00
mobile-nixos/examples/testing
Samuel Dionne-Riel 5317caf159 examples/testing/nixos-integration: Add no-op validation system
There is also a minimal stage-1 validation since it's important to
compare an "unconfigured" NixOS stage-1 with an "unconfigured"
Mobile NixOS stage-1.
2022-05-29 22:39:11 -04:00
..
crash-before-switch-root examples/testing/crash-before-switch-root: Provide pkgs correctly to eval-with-configuration.nix 2021-08-31 14:19:51 -04:00
nixos-integration examples/testing/nixos-integration: Add no-op validation system 2022-05-29 22:39:11 -04:00
qemu-cryptsetup examples/testing/qemu-cryptsetup: Provide pkgs correctly to eval-with-configuration.nix 2021-08-31 14:19:51 -04:00
README.md examples/testing: Add subdirectory for feature testing systems 2020-11-07 19:22:33 -05:00

Testing examples

These examples are made specifically to test features.

They are not to be used as a normal system, as they likely have some fatal flaws, either usability-wise (e.g. not usable at all) or security-wise (e.g. default passwords).

More details are available inside each testing systems directories.

Though, please refer to those systems as reference implementation for validating changes around their features under test!