Remove Linux gate behind cargo-watch
This commit is contained in:
		
							parent
							
								
									0d2bf3fc8c
								
							
						
					
					
						commit
						9145f3b861
					
				
					 2 changed files with 4 additions and 2 deletions
				
			
		| 
						 | 
					@ -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…
	
	Add table
		Add a link
		
	
		Reference in a new issue