flake clippy: use name not pname

This commit is contained in:
müde 2026-05-14 23:01:32 +02:00
parent cf4c84d7c9
commit b0fb623e08

View file

@ -144,7 +144,7 @@
copyTarget = false; copyTarget = false;
}).overrideAttrs }).overrideAttrs
(old: { (old: {
pname = "${old.pname}-clippy"; name = "${old.name}-clippy";
nativeBuildInputs = (old.nativeBuildInputs or [ ]) ++ [ pkgs.clippy ]; nativeBuildInputs = (old.nativeBuildInputs or [ ]) ++ [ pkgs.clippy ];
buildPhase = '' buildPhase = ''
runHook preBuild runHook preBuild