Skip to content

Commit f2d7d55

Browse files
committed
nixos-option: link to nixos test
1 parent 44ca368 commit f2d7d55

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkgs/by-name/ni/nixos-option/package.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
makeWrapper,
77
man-db,
88
nix,
9+
nixosTests,
910
shellcheck,
1011
stdenvNoCC,
1112
}:
@@ -62,6 +63,8 @@ stdenvNoCC.mkDerivation {
6263
}
6364
'';
6465

66+
passthru.tests.installer-simpleUefiSystemdBoot = nixosTests.installer.simpleUefiSystemdBoot;
67+
6568
meta = {
6669
description = "Evaluate NixOS configuration and return the properties of given option";
6770
license = lib.licenses.mit;

0 commit comments

Comments
 (0)