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";
|
homepage = "https://github.com/nikstur/userborn";
|
||||||
description = "Declaratively bear (manage) Linux users and groups";
|
description = "Declaratively bear (manage) Linux users and groups";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
|
platforms = platforms.linux;
|
||||||
maintainers = with lib.maintainers; [ nikstur ];
|
maintainers = with lib.maintainers; [ nikstur ];
|
||||||
mainProgram = "userborn";
|
mainProgram = "userborn";
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user