6 lines
		
	
	
	
		
			74 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			74 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
| with import <nixpkgs> {};
 | |
| mkShell {
 | |
| 	nativeBuildInputs = [
 | |
| 		bashly
 | |
| 	];
 | |
| }
 |