We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44ca368 commit f2d7d55Copy full SHA for f2d7d55
pkgs/by-name/ni/nixos-option/package.nix
@@ -6,6 +6,7 @@
6
makeWrapper,
7
man-db,
8
nix,
9
+ nixosTests,
10
shellcheck,
11
stdenvNoCC,
12
}:
@@ -62,6 +63,8 @@ stdenvNoCC.mkDerivation {
62
63
}
64
'';
65
66
+ passthru.tests.installer-simpleUefiSystemdBoot = nixosTests.installer.simpleUefiSystemdBoot;
67
+
68
meta = {
69
description = "Evaluate NixOS configuration and return the properties of given option";
70
license = lib.licenses.mit;
0 commit comments