flake.nix: add cargo-edit to devshell

This commit is contained in:
Elnu 2023-08-24 15:39:38 -07:00
parent e89a69a40f
commit 1212111355

View file

@ -50,6 +50,7 @@ Some utility commands:
(pkgs.rust-bin.stable.latest.default.override {
extensions = [ "rust-src" ];
})
cargo-edit
bacon
];
inputsFrom = with self.packages.${system}; [ helloworld ];