mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 11:10:03 +00:00
userborn: limit to Linux
This commit is contained in:
parent
615eec08af
commit
7eab263a5d
|
@ -52,6 +52,7 @@ rustPlatform.buildRustPackage rec {
|
|||
homepage = "https://github.com/nikstur/userborn";
|
||||
description = "Declaratively bear (manage) Linux users and groups";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with lib.maintainers; [ nikstur ];
|
||||
mainProgram = "userborn";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue