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.
1 parent eb1a756 commit d169b41Copy full SHA for d169b41
pkgs/by-name/pa/pay-respects/package.nix
@@ -2,6 +2,7 @@
2
lib,
3
fetchFromGitea,
4
rustPlatform,
5
+ versionCheckHook,
6
}:
7
rustPlatform.buildRustPackage (finalAttrs: {
8
pname = "pay-respects";
@@ -18,6 +19,9 @@ rustPlatform.buildRustPackage (finalAttrs: {
18
19
useFetchCargoVendor = true;
20
cargoHash = "sha256-TJP+GPkXwPvnBwiF0SCkn8NGz/xyrYjbUZKCbUUSqHQ=";
21
22
+ nativeInstallCheckInputs = [ versionCheckHook ];
23
+ doInstallCheck = true;
24
+
25
meta = {
26
description = "Terminal command correction, alternative to `thefuck`, written in Rust";
27
homepage = "https://codeberg.org/iff/pay-respects";
0 commit comments