We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
passthru.updateScript
1 parent 99ebeee commit 39e8793Copy full SHA for 39e8793
pkgs/by-name/gi/gitui/package.nix
@@ -8,6 +8,7 @@
8
pkg-config,
9
xclip,
10
darwin,
11
+ nix-update-script,
12
}:
13
let
14
pname = "gitui";
@@ -56,6 +57,10 @@ rustPlatform.buildRustPackage {
56
57
"--skip=keys::key_config::tests::test_symbolic_links"
58
];
59
60
+ passthru.updateScript = nix-update-script {
61
+ extraArgs = [ "--version=unstable" ];
62
+ };
63
+
64
meta = {
65
changelog = "https://github.com/extrawurst/gitui/blob/v${version}/CHANGELOG.md";
66
description = "Blazing fast terminal-ui for Git written in Rust";
0 commit comments