summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorLeonhard Markert <curiousleo@users.noreply.github.com>2020-01-08 16:56:02 +0100
committerLeonhard Markert <curiousleo@users.noreply.github.com>2020-01-08 16:59:50 +0100
commit4f2aa54cb90d990cd381267d49e51c72828e9ae0 (patch)
tree25eb6302409f2fc2eaa65504b85b379593223d40 /pkgs
parent9314327deef0f91339561c3af34e45b7d0fefcd5 (diff)
downloadnixpkgs-4f2aa54cb90d990cd381267d49e51c72828e9ae0.tar
nixpkgs-4f2aa54cb90d990cd381267d49e51c72828e9ae0.tar.gz
nixpkgs-4f2aa54cb90d990cd381267d49e51c72828e9ae0.tar.bz2
nixpkgs-4f2aa54cb90d990cd381267d49e51c72828e9ae0.tar.lz
nixpkgs-4f2aa54cb90d990cd381267d49e51c72828e9ae0.tar.xz
nixpkgs-4f2aa54cb90d990cd381267d49e51c72828e9ae0.tar.zst
nixpkgs-4f2aa54cb90d990cd381267d49e51c72828e9ae0.zip
clippy: expose as top-level package
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 18132524fba..1808e5ee94b 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -8694,7 +8694,7 @@ in
   rustPackages_1_38_0 = rust_1_38_0.packages.stable;
   rustPackages = rustPackages_1_40_0;
 
-  inherit (rustPackages) cargo rustc rustPlatform;
+  inherit (rustPackages) cargo clippy rustc rustPlatform;
   inherit (rust) makeRustPlatform;
 
   buildRustCrate = callPackage ../build-support/rust/build-rust-crate { };