flake clippy: use name not pname
This commit is contained in:
parent
cf4c84d7c9
commit
b0fb623e08
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@
|
|||
copyTarget = false;
|
||||
}).overrideAttrs
|
||||
(old: {
|
||||
pname = "${old.pname}-clippy";
|
||||
name = "${old.name}-clippy";
|
||||
nativeBuildInputs = (old.nativeBuildInputs or [ ]) ++ [ pkgs.clippy ];
|
||||
buildPhase = ''
|
||||
runHook preBuild
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue