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
13
website/sandbox/default.nix
Normal file
13
website/sandbox/default.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{ pkgs, briefcase, ... }:
|
||||
|
||||
pkgs.stdenv.mkDerivation {
|
||||
name = "covid-uk";
|
||||
buildInputs = [];
|
||||
src = ./.;
|
||||
buildPhase = ''
|
||||
mkdir -p $out
|
||||
cp $src/index.html $out
|
||||
cp -r ${briefcase.website.sandbox.covid-uk} $out/covid-uk
|
||||
'';
|
||||
dontInstall = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue