rustPackages.clippy: init at rust-1.36.0

This commit is contained in:
Bas van Dijk
2019-08-16 09:18:32 +02:00
parent c0e56afddb
commit 682e6fafa4
2 changed files with 36 additions and 0 deletions
@@ -64,6 +64,7 @@
rustPlatform = bootRustPlatform;
inherit CoreFoundation Security;
};
clippy = self.callPackage ./clippy.nix { inherit Security; };
});
};
}