Remove Linux gate behind cargo-watch

This commit is contained in:
Luc Perkins 2022-10-27 21:45:13 -03:00
parent 0d2bf3fc8c
commit 9145f3b861
No known key found for this signature in database
GPG key ID: 4F102D0C16E232F2
2 changed files with 4 additions and 2 deletions

View file

@ -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

View file

@ -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