forked from fediversity/fediversity
		
	put partners in a directory
This commit is contained in:
		
							parent
							
								
									e17ba990ed
								
							
						
					
					
						commit
						b435309994
					
				
					 5 changed files with 6 additions and 5 deletions
				
			
		|  | @ -1,16 +1,17 @@ | |||
| { config, ... }: | ||||
| let | ||||
|   inherit (config) pages; | ||||
|   files = dir: | ||||
|     map (name: dir + /${name}) (with builtins; attrNames (readDir dir)); | ||||
| in | ||||
| { | ||||
|   imports = [ | ||||
|     ./grants.nix | ||||
|     ./fediversity.nix | ||||
|     ./nlnet.nix | ||||
|     ./nordunet.nix | ||||
|     ./tweag.nix | ||||
|     ./oid.nix | ||||
|   ]; | ||||
|   ] | ||||
|   ++ | ||||
|   (files ./partners) | ||||
|   ; | ||||
| 
 | ||||
|   pages.index = { | ||||
|     title = "Fediversity"; | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Valentin Gagarin
							Valentin Gagarin