forked from fediversity/fediversity
		
	rename
This commit is contained in:
		
							parent
							
								
									f41fc6ec34
								
							
						
					
					
						commit
						149efe84e9
					
				
					 2 changed files with 3 additions and 3 deletions
				
			
		|  | @ -9,10 +9,10 @@ | |||
| , | ||||
| }: | ||||
| let | ||||
|   lib' = pkgs.callPackage ./lib.nix { }; | ||||
|   site = pkgs.callPackage ./site.nix { }; | ||||
| in | ||||
| { | ||||
|   site = lib'.site "fediversity.eu" ./content; | ||||
|   build = site.build "fediversity.eu" ./content; | ||||
| 
 | ||||
|   shell = pkgs.mkShellNoCC { | ||||
|     packages = with pkgs; [ | ||||
|  |  | |||
|  | @ -6,7 +6,7 @@ rec { | |||
|   /** | ||||
|     Build the web site | ||||
|   */ | ||||
|   site = name: dir: | ||||
|   build = name: dir: | ||||
|     let | ||||
|       script = '' | ||||
|         mkdir $out | ||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Valentin Gagarin
							Valentin Gagarin