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 \