Move sandbox into website
Nest the sandbox work under ./website.
This commit is contained in:
		
							parent
							
								
									1d5ab45303
								
							
						
					
					
						commit
						f4fea2346e
					
				
					 12 changed files with 3 additions and 67285 deletions
				
			
		|  | @ -10,7 +10,6 @@ in { | ||||||
|   nixos       = readTree ./nixos; |   nixos       = readTree ./nixos; | ||||||
|   utils       = readTree ./utils; |   utils       = readTree ./utils; | ||||||
|   emacs       = readTree ./emacs; |   emacs       = readTree ./emacs; | ||||||
|   sandbox     = readTree ./sandbox; |  | ||||||
|   website     = readTree ./website; |   website     = readTree ./website; | ||||||
|   lisp        = readTree ./lisp; |   lisp        = readTree ./lisp; | ||||||
|   gopkgs      = readTree ./gopkgs; |   gopkgs      = readTree ./gopkgs; | ||||||
|  |  | ||||||
|  | @ -172,7 +172,7 @@ in { | ||||||
|       "sandbox.wpcarro.dev" = { |       "sandbox.wpcarro.dev" = { | ||||||
|         addSSL = true; |         addSSL = true; | ||||||
|         enableACME = true; |         enableACME = true; | ||||||
|         root = briefcase.sandbox; |         root = briefcase.website.sandbox; | ||||||
|       }; |       }; | ||||||
|     }; |     }; | ||||||
|   }; |   }; | ||||||
|  |  | ||||||
										
											
												File diff suppressed because it is too large
												Load diff
											
										
									
								
							|  | @ -1,15 +1,13 @@ | ||||||
| { pkgs, briefcase, ... }: | { pkgs, briefcase, ... }: | ||||||
| 
 | 
 | ||||||
| let | pkgs.stdenv.mkDerivation { | ||||||
|   covid-uk = briefcase.sandbox.covid-uk; |  | ||||||
| in pkgs.stdenv.mkDerivation { |  | ||||||
|   name = "covid-uk"; |   name = "covid-uk"; | ||||||
|   buildInputs = []; |   buildInputs = []; | ||||||
|   src = ./.; |   src = ./.; | ||||||
|   buildPhase = '' |   buildPhase = '' | ||||||
|     mkdir -p $out |     mkdir -p $out | ||||||
|     cp $src/index.html $out |     cp $src/index.html $out | ||||||
|     cp -r ${briefcase.sandbox.covid-uk} $out/covid-uk |     cp -r ${briefcase.website.sandbox.covid-uk} $out/covid-uk | ||||||
|   ''; |   ''; | ||||||
|   dontInstall = true; |   dontInstall = true; | ||||||
| } | } | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue