build: add bacon do dev deps
This commit is contained in:
parent
fd646281b7
commit
87a001f0cc
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@
|
||||||
}: let
|
}: let
|
||||||
runtimeDeps = with pkgs; [];
|
runtimeDeps = with pkgs; [];
|
||||||
buildDeps = with pkgs; [pkg-config rustPlatform.bindgenHook];
|
buildDeps = with pkgs; [pkg-config rustPlatform.bindgenHook];
|
||||||
devDeps = with pkgs; [];
|
devDeps = with pkgs; [bacon];
|
||||||
|
|
||||||
cargoToml = builtins.fromTOML (builtins.readFile ./Cargo.toml);
|
cargoToml = builtins.fromTOML (builtins.readFile ./Cargo.toml);
|
||||||
msrv = cargoToml.package.rust-version;
|
msrv = cargoToml.package.rust-version;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue