Create wpcarro.dev/goals
Create a simple React app to define my goals. See the goals/README.md for more context.
This commit is contained in:
parent
265b691c9b
commit
89cd77a64b
9 changed files with 3705 additions and 21 deletions
|
|
@ -1,11 +1,13 @@
|
|||
{ pkgs, ... }:
|
||||
{ pkgs, briefcase, ... }:
|
||||
|
||||
pkgs.stdenv.mkDerivation {
|
||||
name = "wpcarro.dev";
|
||||
src = ./.;
|
||||
buildPhase = ''
|
||||
installPhase = ''
|
||||
mkdir -p $out
|
||||
cp $src/index.html $out
|
||||
|
||||
mkdir -p $out/goals
|
||||
cp -r ${briefcase.website.goals}/* $out/goals
|
||||
'';
|
||||
dontInstall = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue