environment variables. * Started adding some automatic tests. * Do a `make check' when building RPMs.
		
			
				
	
	
		
			6 lines
		
	
	
		
			No EOL
		
	
	
		
			121 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			No EOL
		
	
	
		
			121 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
| derivation {
 | |
|   name = "simple";
 | |
|   system = "@system@";
 | |
|   builder = "@shell@";
 | |
|   args = ["-e" "-x" ./simple.builder.sh];
 | |
| } |