6 lines
		
	
	
	
		
			78 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			78 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
| #!/usr/bin/env bash
 | |
| set -euxo pipefail
 | |
| 
 | |
| nix fmt
 | |
| 
 | |
| nix flake check --show-trace
 | 
