Loading maintainers/maintainer-list.nix +6 −0 Original line number Diff line number Diff line Loading @@ -14228,6 +14228,12 @@ githubId = 1069318; name = "Robin Lambertz"; }; robwalt = { email = "robwalter96@gmail.com"; github = "robwalt"; githubId = 26892280; name = "Robert Walter"; }; roconnor = { email = "roconnor@theorem.ca"; github = "roconnor"; Loading pkgs/applications/version-management/codeberg-cli/default.nix 0 → 100644 +42 −0 Original line number Diff line number Diff line { lib , CoreServices , Security , fetchFromGitea , installShellFiles , openssl , pkg-config , rustPlatform , stdenv }: rustPlatform.buildRustPackage rec { pname = "codeberg-cli"; version = "0.3.5"; src = fetchFromGitea { domain = "codeberg.org"; owner = "RobWalt"; repo = "codeberg-cli"; rev = "v${version}"; hash = "sha256-KjH78yqfZoN24TBYyFZuxf7z9poRov0uFYQ8+eq9p/o="; }; cargoHash = "sha256-RE4Zwa5vUWPc42w5GaaYkS6fLIbges1fAsOUuwqR2ag="; nativeBuildInputs = [ pkg-config installShellFiles ]; buildInputs = [ openssl ] ++ lib.optionals stdenv.isDarwin [ CoreServices Security ]; postInstall = '' installShellCompletion --cmd berg \ --bash <($out/bin/berg completion bash) \ --fish <($out/bin/berg completion fish) \ --zsh <($out/bin/berg completion zsh) ''; meta = with lib; { description = "CLI Tool for Codeberg similar to gh and glab"; homepage = "https://codeberg.org/RobWalt/codeberg-cli"; license = with licenses; [ agpl3Plus ]; maintainers = with maintainers; [ robwalt ]; }; } pkgs/top-level/all-packages.nix +4 −0 Original line number Diff line number Diff line Loading @@ -475,6 +475,10 @@ with pkgs; inherit (darwin.apple_sdk.frameworks) Security; }; codeberg-cli = callPackage ../applications/version-management/codeberg-cli { inherit (darwin.apple_sdk.frameworks) Security CoreServices; }; conftest = callPackage ../development/tools/conftest { }; coldsnap = callPackage ../tools/admin/coldsnap { Loading
maintainers/maintainer-list.nix +6 −0 Original line number Diff line number Diff line Loading @@ -14228,6 +14228,12 @@ githubId = 1069318; name = "Robin Lambertz"; }; robwalt = { email = "robwalter96@gmail.com"; github = "robwalt"; githubId = 26892280; name = "Robert Walter"; }; roconnor = { email = "roconnor@theorem.ca"; github = "roconnor"; Loading
pkgs/applications/version-management/codeberg-cli/default.nix 0 → 100644 +42 −0 Original line number Diff line number Diff line { lib , CoreServices , Security , fetchFromGitea , installShellFiles , openssl , pkg-config , rustPlatform , stdenv }: rustPlatform.buildRustPackage rec { pname = "codeberg-cli"; version = "0.3.5"; src = fetchFromGitea { domain = "codeberg.org"; owner = "RobWalt"; repo = "codeberg-cli"; rev = "v${version}"; hash = "sha256-KjH78yqfZoN24TBYyFZuxf7z9poRov0uFYQ8+eq9p/o="; }; cargoHash = "sha256-RE4Zwa5vUWPc42w5GaaYkS6fLIbges1fAsOUuwqR2ag="; nativeBuildInputs = [ pkg-config installShellFiles ]; buildInputs = [ openssl ] ++ lib.optionals stdenv.isDarwin [ CoreServices Security ]; postInstall = '' installShellCompletion --cmd berg \ --bash <($out/bin/berg completion bash) \ --fish <($out/bin/berg completion fish) \ --zsh <($out/bin/berg completion zsh) ''; meta = with lib; { description = "CLI Tool for Codeberg similar to gh and glab"; homepage = "https://codeberg.org/RobWalt/codeberg-cli"; license = with licenses; [ agpl3Plus ]; maintainers = with maintainers; [ robwalt ]; }; }
pkgs/top-level/all-packages.nix +4 −0 Original line number Diff line number Diff line Loading @@ -475,6 +475,10 @@ with pkgs; inherit (darwin.apple_sdk.frameworks) Security; }; codeberg-cli = callPackage ../applications/version-management/codeberg-cli { inherit (darwin.apple_sdk.frameworks) Security CoreServices; }; conftest = callPackage ../development/tools/conftest { }; coldsnap = callPackage ../tools/admin/coldsnap {