Skip to content

Commit 4f4891e

Browse files
committed
calamares: add .tests
This way r-ryantm will warn in their PRs, also CI I think.
1 parent 469fa07 commit 4f4891e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pkgs/tools/misc/calamares/default.nix

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
, qtbase, qtquickcontrols, qtsvg, qttools, qtwebengine, util-linux, tzdata
44
, ckbcomp, xkeyboard_config, mkDerivation
55
, nixos-extensions ? false
6+
# passthru.tests
7+
, calamares-nixos
68
}:
79

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

84+
passthru.tests = {
85+
inherit calamares-nixos;
86+
};
87+
8288
meta = with lib; {
8389
description = "Distribution-independent installer framework";
8490
homepage = "https://calamares.io/";

0 commit comments

Comments
 (0)