feat: add group configuration (+)
will only check users of such group also cleaned some code: - Input doesn't need to be UTF-8 valid. - Main fuction is dead-simple, very readable. - Added some modularity. - Add some docs on behavior details.
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ pkgs.rustPlatform.buildRustPackage {
|
||||
|
||||
src = pkgs.lib.cleanSource ./.;
|
||||
|
||||
cargoHash = "sha256-Mpcd7OKJi7QAkwpUZd8aBfTsdQ+bRGUz5Dr36iJyi4g=";
|
||||
cargoHash = "sha256-We/E3T6SRZeTj3GZNySjhdlcg49v8FD8sGA5pyKSOXA=";
|
||||
|
||||
buildInputs = [
|
||||
pkgs.pam
|
||||
|
||||
Reference in New Issue
Block a user