From bea2e0931de502c55b3604adfc58d976b3c948bb Mon Sep 17 00:00:00 2001 From: beeb <703631+beeb@users.noreply.github.com> Date: Wed, 29 Apr 2026 21:02:10 +0200 Subject: [PATCH] lintspec: set strictDeps and __structuredAttrs --- pkgs/by-name/li/lintspec/package.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/by-name/li/lintspec/package.nix b/pkgs/by-name/li/lintspec/package.nix index e6ddec6fea02..6b1d1f5afbb2 100644 --- a/pkgs/by-name/li/lintspec/package.nix +++ b/pkgs/by-name/li/lintspec/package.nix @@ -9,6 +9,7 @@ rustPlatform.buildRustPackage (finalAttrs: { pname = "lintspec"; version = "0.16.0"; + __structuredAttrs = true; src = fetchFromGitHub { owner = "beeb"; @@ -23,6 +24,7 @@ rustPlatform.buildRustPackage (finalAttrs: { "lintspec" ]; + strictDeps = true; nativeBuildInputs = [ installShellFiles ]; postInstall = lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) '' installShellCompletion --cmd lintspec \