nh-unwrapped: modernize

strictDeps is enabled by default for the rust builder.

Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
This commit is contained in:
Ethan Carter Edwards
2026-07-29 00:00:21 -07:00
parent 255d738cba
commit 2d21feef0e

View File

@@ -12,6 +12,7 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "nh-unwrapped";
version = "4.4.2";
src = fetchFromGitHub {
owner = "nix-community";
repo = "nh";
@@ -19,7 +20,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
hash = "sha256-6wwzxJNcArC4i1vH3xJlT9wVUw7vQ+q1u11h3tRu/X4=";
};
strictDeps = true;
__structuredAttrs = true;
cargoBuildFlags = [
"-p"