forked from rarias/jungle
		
	Avoids adding an extra flake input only to fetch a single module and package. Reviewed-by: Aleix Boné <abonerib@bsc.es> Tested-by: Rodrigo Arias Mallo <rodrigo.arias@bsc.es>
		
			
				
	
	
		
			9 lines
		
	
	
		
			144 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			144 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
| { pkgs, ... }:
 | |
| 
 | |
| {
 | |
|   imports = [ ../../module/agenix.nix ];
 | |
| 
 | |
|   # Add agenix to system packages
 | |
|   environment.systemPackages = [ pkgs.agenix ];
 | |
| }
 |