nixos-install: link to installer test

This commit is contained in:
Jörg Thalheim
2024-12-11 15:47:30 +01:00
parent 5d470b8835
commit b0dfd60e57
@@ -7,6 +7,7 @@
jq,
nixos-enter,
util-linuxMinimal,
nixosTests,
}:
substituteAll {
name = "nixos-install";
@@ -29,6 +30,8 @@ substituteAll {
installManPage ${./nixos-install.8}
'';
passthru.tests.installer-simpleUefiSystemdBoot = nixosTests.installer.simpleUefiSystemdBoot;
meta = {
description = "Install bootloader and NixOS";
homepage = "https://github.com/NixOS/nixpkgs/tree/master/pkgs/by-name/ni/nixos-install";