Passthru lints
Signed-off-by: Marcel Müller <neikos@neikos.email>
This commit is contained in:
parent
7ca821aada
commit
e9732eb1ec
1 changed files with 1 additions and 0 deletions
|
|
@ -32,6 +32,7 @@ pkgs.runCommandLocal "cargo-dylint-wrapped"
|
||||||
nativeBuildInputs = [ pkgs.makeWrapper ];
|
nativeBuildInputs = [ pkgs.makeWrapper ];
|
||||||
meta.mainProgram = "cargo-dylint";
|
meta.mainProgram = "cargo-dylint";
|
||||||
passthru = {
|
passthru = {
|
||||||
|
inherit lints;
|
||||||
DYLINT_LIBRARY_PATH = lib.strings.makeLibraryPath (builtins.map (v: v.package) lints);
|
DYLINT_LIBRARY_PATH = lib.strings.makeLibraryPath (builtins.map (v: v.package) lints);
|
||||||
DYLINT_DRIVER_PATH = drivers;
|
DYLINT_DRIVER_PATH = drivers;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue