Remove Linux gate behind cargo-watch
This commit is contained in:
parent
0d2bf3fc8c
commit
9145f3b861
|
@ -33,8 +33,9 @@
|
||||||
pkg-config
|
pkg-config
|
||||||
cargo-deny
|
cargo-deny
|
||||||
cargo-edit
|
cargo-edit
|
||||||
|
cargo-watch
|
||||||
rust-analyzer
|
rust-analyzer
|
||||||
] ++ pkgs.lib.optionals (pkgs.stdenv.isLinux) (with pkgs; [ cargo-watch ]); # Currently broken on macOS
|
];
|
||||||
|
|
||||||
shellHook = ''
|
shellHook = ''
|
||||||
${pkgs.rustToolchain}/bin/cargo --version
|
${pkgs.rustToolchain}/bin/cargo --version
|
||||||
|
|
|
@ -42,8 +42,9 @@
|
||||||
pkg-config
|
pkg-config
|
||||||
cargo-deny
|
cargo-deny
|
||||||
cargo-edit
|
cargo-edit
|
||||||
|
cargo-watch
|
||||||
rust-analyzer
|
rust-analyzer
|
||||||
] ++ pkgs.lib.optionals (pkgs.stdenv.isLinux) (with pkgs; [ cargo-watch ]); # Currently broken on macOS
|
];
|
||||||
|
|
||||||
shellHook = ''
|
shellHook = ''
|
||||||
${pkgs.rustToolchain}/bin/cargo --version
|
${pkgs.rustToolchain}/bin/cargo --version
|
||||||
|
|
Loading…
Reference in a new issue