nixos-option: link to nixos test

This commit is contained in:
Jörg Thalheim 2024-12-10 17:02:18 +01:00
parent f629671174
commit e4206aafdd

View File

@ -7,6 +7,7 @@
pkg-config,
installShellFiles,
nix,
nixosTests,
}:
stdenv.mkDerivation {
@ -31,6 +32,8 @@ stdenv.mkDerivation {
nix
];
passthru.tests.installer-simpleUefiSystemdBoot = nixosTests.installer.simpleUefiSystemdBoot;
meta = with lib; {
license = licenses.lgpl2Plus;
mainProgram = "nixos-option";