mirror of
				https://github.com/NotAShelf/microfetch.git
				synced 2025-11-04 07:32:20 +00:00 
			
		
		
		
	shell.nix: add gnuplot
Since Criterion.rs uses gnuplot to generate nice plots, add it to the shell.
This commit is contained in:
		
					parent
					
						
							
								821e27d2d0
							
						
					
				
			
			
				commit
				
					
						322726466f
					
				
			
		
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -16,11 +16,12 @@ mkShell {
 | 
			
		|||
    cargo
 | 
			
		||||
    rustc
 | 
			
		||||
    gcc
 | 
			
		||||
    gnuplot
 | 
			
		||||
 | 
			
		||||
    rust-analyzer-unwrapped
 | 
			
		||||
    rustfmt
 | 
			
		||||
    clippy
 | 
			
		||||
 | 
			
		||||
    gnuplot # For Criterion.rs plots
 | 
			
		||||
  ];
 | 
			
		||||
 | 
			
		||||
  env.RUST_SRC_PATH = "${rustPlatform.rustLibSrc}";
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue