added missing run deps, added watch utility
This commit is contained in:
parent
1d3196c56e
commit
3a16194a5f
1 changed files with 2 additions and 0 deletions
|
@ -44,6 +44,7 @@ Some utility commands:
|
|||
gst_all_1.gst-plugins-base
|
||||
gst_all_1.gst-plugins-good
|
||||
gst_all_1.gst-plugins-bad
|
||||
gst_all_1.gst-plugins-rs
|
||||
];
|
||||
cargoHash = nixpkgs.lib.fakeHash;
|
||||
};
|
||||
|
@ -82,6 +83,7 @@ Some utility commands:
|
|||
(pkgs.rust-bin.stable.latest.default.override {
|
||||
extensions = [ "rust-src" ];
|
||||
})
|
||||
cargo-watch
|
||||
cargo-tauri
|
||||
cargo-edit
|
||||
bacon
|
||||
|
|
Loading…
Reference in a new issue