flake.nix: add cargo-edit to devshell
This commit is contained in:
parent
e89a69a40f
commit
1212111355
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ Some utility commands:
|
||||||
(pkgs.rust-bin.stable.latest.default.override {
|
(pkgs.rust-bin.stable.latest.default.override {
|
||||||
extensions = [ "rust-src" ];
|
extensions = [ "rust-src" ];
|
||||||
})
|
})
|
||||||
|
cargo-edit
|
||||||
bacon
|
bacon
|
||||||
];
|
];
|
||||||
inputsFrom = with self.packages.${system}; [ helloworld ];
|
inputsFrom = with self.packages.${system}; [ helloworld ];
|
||||||
|
|
Loading…
Add table
Reference in a new issue