summaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/astal/modules/auth.nix
blob: 027cd3a198a713ee812969baaf7f152a67317bca (plain)
1
2
3
4
5
6
7
8
9
{
  buildAstalModule,
  pam,
}:
buildAstalModule {
  name = "auth";
  buildInputs = [ pam ];
  meta.description = "Astal module for authentication using pam";
}