account-utils: enable checks

This commit is contained in:
Grimmauld
2026-06-25 22:56:39 +02:00
parent 40837a0827
commit 75cb06aa26

View File

@@ -54,6 +54,8 @@ stdenv.mkDerivation (finalAttrs: {
(lib.mesonOption "c_args" "-ffat-lto-objects")
];
doCheck = true;
passthru.tests = {
inherit (nixosTests) login-nosuid;
};