lemurs: use versionCheckHook

This commit is contained in:
NullCube
2025-02-22 18:09:38 -08:00
parent ec329b4e87
commit b124d8ceaf
+3 -5
View File
@@ -2,11 +2,10 @@
fetchFromGitHub,
lib,
bash,
lemurs,
linux-pam,
rustPlatform,
systemdMinimal,
testers,
versionCheckHook,
}:
rustPlatform.buildRustPackage rec {
pname = "lemurs";
@@ -28,9 +27,8 @@ rustPlatform.buildRustPackage rec {
systemdMinimal
];
passthru.tests.version = testers.testVersion {
package = lemurs;
};
doInstallCheck = true;
nativeInstallCheckInputs = [ versionCheckHook ];
meta = {
description = "Customizable TUI display/login manager written in Rust";