1
1
Fork 0
mirror of https://github.com/the-nix-way/dev-templates synced 2024-05-10 12:46:17 +02:00

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
cargo-deny
cargo-edit
cargo-watch
rust-analyzer
] ++ pkgs.lib.optionals (pkgs.stdenv.isLinux) (with pkgs; [ cargo-watch ]); # Currently broken on macOS
];
shellHook = ''
${pkgs.rustToolchain}/bin/cargo --version

View File

@ -42,8 +42,9 @@
pkg-config
cargo-deny
cargo-edit
cargo-watch
rust-analyzer
] ++ pkgs.lib.optionals (pkgs.stdenv.isLinux) (with pkgs; [ cargo-watch ]); # Currently broken on macOS
];
shellHook = ''
${pkgs.rustToolchain}/bin/cargo --version