Loading pkgs/by-name/us/userborn/package.nix +15 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,8 @@ fetchFromGitHub, makeBinaryWrapper, mkpasswd, nixosTests, nix-update-script, }: rustPlatform.buildRustPackage rec { Loading Loading @@ -33,6 +35,19 @@ rustPlatform.buildRustPackage rec { stripAllList = [ "bin" ]; passthru = { updateScript = nix-update-script { }; tests = { inherit (nixosTests) userborn userborn-mutable-users userborn-mutable-etc userborn-immutable-users userborn-immutable-etc ; }; }; meta = with lib; { homepage = "https://github.com/nikstur/userborn"; description = "Declaratively bear (manage) Linux users and groups"; Loading Loading
pkgs/by-name/us/userborn/package.nix +15 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,8 @@ fetchFromGitHub, makeBinaryWrapper, mkpasswd, nixosTests, nix-update-script, }: rustPlatform.buildRustPackage rec { Loading Loading @@ -33,6 +35,19 @@ rustPlatform.buildRustPackage rec { stripAllList = [ "bin" ]; passthru = { updateScript = nix-update-script { }; tests = { inherit (nixosTests) userborn userborn-mutable-users userborn-mutable-etc userborn-immutable-users userborn-immutable-etc ; }; }; meta = with lib; { homepage = "https://github.com/nikstur/userborn"; description = "Declaratively bear (manage) Linux users and groups"; Loading