WIP: allow using nff as a diagnostics source #1
					 1 changed files with 4 additions and 0 deletions
				
			
		nix: switch to cargo-nextest
				commit
				
					
					
						728483d84f
					
				
			
		| 
						 | 
					@ -4,6 +4,8 @@
 | 
				
			||||||
  rustfmt,
 | 
					  rustfmt,
 | 
				
			||||||
  clippy,
 | 
					  clippy,
 | 
				
			||||||
  cargo,
 | 
					  cargo,
 | 
				
			||||||
 | 
					  cargo-machete,
 | 
				
			||||||
 | 
					  cargo-nextest,
 | 
				
			||||||
  rustPlatform,
 | 
					  rustPlatform,
 | 
				
			||||||
}:
 | 
					}:
 | 
				
			||||||
mkShell {
 | 
					mkShell {
 | 
				
			||||||
| 
						 | 
					@ -13,6 +15,8 @@ mkShell {
 | 
				
			||||||
    rustfmt
 | 
					    rustfmt
 | 
				
			||||||
    clippy
 | 
					    clippy
 | 
				
			||||||
    cargo
 | 
					    cargo
 | 
				
			||||||
 | 
					    cargo-machete
 | 
				
			||||||
 | 
					    cargo-nextest
 | 
				
			||||||
  ];
 | 
					  ];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  RUST_SRC_PATH = "${rustPlatform.rustLibSrc}";
 | 
					  RUST_SRC_PATH = "${rustPlatform.rustLibSrc}";
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue