12 lines
		
	
	
	
		
			155 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			155 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
#!/usr/bin/env bash
 | 
						|
 | 
						|
nix fmt
 | 
						|
 | 
						|
git --no-pager diff
 | 
						|
 | 
						|
nixos-rebuild \
 | 
						|
    switch \
 | 
						|
    --use-remote-sudo \
 | 
						|
    --print-build-logs \
 | 
						|
    --flake .# \
 | 
						|
    "$@"
 |