Loading pkgs/by-name/li/lintspec/package.nix +2 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,7 @@ rustPlatform.buildRustPackage (finalAttrs: { pname = "lintspec"; version = "0.16.0"; __structuredAttrs = true; src = fetchFromGitHub { owner = "beeb"; Loading @@ -23,6 +24,7 @@ rustPlatform.buildRustPackage (finalAttrs: { "lintspec" ]; strictDeps = true; nativeBuildInputs = [ installShellFiles ]; postInstall = lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) '' installShellCompletion --cmd lintspec \ Loading Loading
pkgs/by-name/li/lintspec/package.nix +2 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,7 @@ rustPlatform.buildRustPackage (finalAttrs: { pname = "lintspec"; version = "0.16.0"; __structuredAttrs = true; src = fetchFromGitHub { owner = "beeb"; Loading @@ -23,6 +24,7 @@ rustPlatform.buildRustPackage (finalAttrs: { "lintspec" ]; strictDeps = true; nativeBuildInputs = [ installShellFiles ]; postInstall = lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) '' installShellCompletion --cmd lintspec \ Loading