Commit f2d7d55c authored by Thiago Kenji Okada's avatar Thiago Kenji Okada
Browse files

nixos-option: link to nixos test

parent 44ca3686
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@
  makeWrapper,
  man-db,
  nix,
  nixosTests,
  shellcheck,
  stdenvNoCC,
}:
@@ -62,6 +63,8 @@ stdenvNoCC.mkDerivation {
      }
  '';

  passthru.tests.installer-simpleUefiSystemdBoot = nixosTests.installer.simpleUefiSystemdBoot;

  meta = {
    description = "Evaluate NixOS configuration and return the properties of given option";
    license = lib.licenses.mit;