11 lines
		
	
	
		
			141 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			141 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
#! @shell@
 | 
						|
 | 
						|
case "$1" in
 | 
						|
  --hash|--revision)
 | 
						|
    echo "@nixosRevision@"
 | 
						|
    ;;
 | 
						|
  *)
 | 
						|
    echo "@nixosVersion@ (@nixosCodeName@)"
 | 
						|
    ;;
 | 
						|
esac
 |