Clean up a bit and remove patches
Signed-off-by: Marcel Müller <neikos@neikos.email>
This commit is contained in:
parent
8c55f225dc
commit
c8a98a05ee
3 changed files with 16 additions and 42 deletions
|
|
@ -3,21 +3,12 @@
|
|||
craneLib,
|
||||
}:
|
||||
|
||||
toolchainName:
|
||||
toolchainName: toolchain:
|
||||
|
||||
let
|
||||
pname = "cargo-dylint-driver-${toolchainName}";
|
||||
version = "4.0.0";
|
||||
src = ../dylint_driver;
|
||||
toolchain =
|
||||
(pkgs.rust-bin.fromRustupToolchainFile (
|
||||
pkgs.writeText "${toolchainName}-toolchain.toml" toolchainName
|
||||
)).override
|
||||
{
|
||||
extensions = [
|
||||
"rustc-dev"
|
||||
];
|
||||
};
|
||||
|
||||
in
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue