Unverified Commit 4f4891ec authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

calamares: add .tests

This way r-ryantm will warn in their PRs, also CI I think.
parent 469fa07b
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -3,6 +3,8 @@
, qtbase, qtquickcontrols, qtsvg, qttools, qtwebengine, util-linux, tzdata
, ckbcomp, xkeyboard_config, mkDerivation
, nixos-extensions ? false
# passthru.tests
, calamares-nixos
}:

mkDerivation rec {
@@ -79,6 +81,10 @@ mkDerivation rec {
        -i CMakeLists.txt
  '';

  passthru.tests = {
    inherit calamares-nixos;
  };

  meta = with lib; {
    description = "Distribution-independent installer framework";
    homepage = "https://calamares.io/";