summary refs log tree commit diff
path: root/pkgs/top-level/all-packages.nix
diff options
context:
space:
mode:
authorWilliam Casarin <jb55@jb55.com>2017-04-15 09:10:05 -0700
committerWilliam Casarin <jb55@jb55.com>2017-04-15 09:17:21 -0700
commit209e8e53fb2278c1d09c4759868ad82a8e21e851 (patch)
treede715d29ab3c565f11bbebf0f1183f37d2964ff2 /pkgs/top-level/all-packages.nix
parent7df8e53d288915d2623479e117ce3c855bc3df7c (diff)
downloadnixlib-209e8e53fb2278c1d09c4759868ad82a8e21e851.tar
nixlib-209e8e53fb2278c1d09c4759868ad82a8e21e851.tar.gz
nixlib-209e8e53fb2278c1d09c4759868ad82a8e21e851.tar.bz2
nixlib-209e8e53fb2278c1d09c4759868ad82a8e21e851.tar.lz
nixlib-209e8e53fb2278c1d09c4759868ad82a8e21e851.tar.xz
nixlib-209e8e53fb2278c1d09c4759868ad82a8e21e851.tar.zst
nixlib-209e8e53fb2278c1d09c4759868ad82a8e21e851.zip
cargo-edit: init at 0.1.6
Diffstat (limited to 'pkgs/top-level/all-packages.nix')
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index b4345da94667..fe519d3c09b5 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -5582,6 +5582,8 @@ with pkgs;
   cargo = rust.cargo;
   rustc = rust.rustc;
 
+  cargo-edit = callPackage ../tools/package-management/cargo-edit { };
+
   rustPlatform = recurseIntoAttrs (makeRustPlatform rust);
 
   makeRustPlatform = rust: lib.fix (self: