doas: don't configure pamdir

In the future, doas won't ship PAM files (see
cfa9f0d3b3),
and we already configure PAM in the doas module. Configuring the pamdir
serves no purpose.
This commit is contained in:
Cole Helbling 2021-02-03 00:25:09 -08:00
parent c9091a9def
commit 408b107b0c
No known key found for this signature in database
GPG key ID: B37E0F2371016A4C

View file

@ -25,7 +25,6 @@ stdenv.mkDerivation rec {
configureFlags = [
(lib.optionalString withTimestamp "--with-timestamp") # to allow the "persist" setting
(lib.optionalString (!withPAM) "--without-pam")
"--pamdir=${placeholder "out"}/etc/pam.d"
];
patches = [