1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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