Merge pull request #316673 from adamcstephens/waylock/pam

waylock: fix pam file to use login service
This commit is contained in:
Adam C. Stephens 2024-06-05 15:19:33 -04:00 committed by GitHub
commit 9384f2ea5b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -46,6 +46,10 @@ stdenv.mkDerivation (finalAttrs: {
"${finalAttrs.deps}"
];
preBuild = ''
substituteInPlace pam.d/waylock --replace-fail "system-auth" "login"
'';
passthru.updateScript = ./update.nu;
meta = {