12 lines
		
	
	
	
		
			181 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			181 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
#!/bin/sh
 | 
						|
 | 
						|
nix fmt
 | 
						|
 | 
						|
git diff
 | 
						|
 | 
						|
nixos-rebuild switch --flake .#phantom \
 | 
						|
  --update-input nixpkgs \
 | 
						|
  --no-write-lock-file \
 | 
						|
  --build-host phantom \
 | 
						|
  --target-host phantom \
 | 
						|
  "$@"
 |