Skip to content

Commit

Permalink
gitui: add passthru.updateScript
Browse files Browse the repository at this point in the history
  • Loading branch information
DontEatOreo committed Jan 13, 2025
1 parent 99ebeee commit 39e8793
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkgs/by-name/gi/gitui/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
pkg-config,
xclip,
darwin,
nix-update-script,
}:
let
pname = "gitui";
Expand Down Expand Up @@ -56,6 +57,10 @@ rustPlatform.buildRustPackage {
"--skip=keys::key_config::tests::test_symbolic_links"
];

passthru.updateScript = nix-update-script {
extraArgs = [ "--version=unstable" ];
};

meta = {
changelog = "https://github.com/extrawurst/gitui/blob/v${version}/CHANGELOG.md";
description = "Blazing fast terminal-ui for Git written in Rust";
Expand Down

0 comments on commit 39e8793

Please sign in to comment.