userborn: limit to Linux

This commit is contained in:
nikstur 2024-09-10 17:29:35 +02:00
parent 615eec08af
commit 7eab263a5d

View File

@ -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";
};