Disable failing goals/default.nix

Disabling failing packages until I can get a working CI build.
This commit is contained in:
William Carroll 2020-08-17 10:25:26 +01:00
parent 59f7481411
commit 1bb32b1bcc
4 changed files with 2 additions and 7 deletions

View file

@ -7,9 +7,6 @@ pkgs.stdenv.mkDerivation {
mkdir -p $out
cp $src/index.html $out
mkdir -p $out/goals
cp -r ${briefcase.website.goals}/* $out/goals
mkdir -p $out/habits
cp ${briefcase.website.habits} $out/habits/index.html
'';

View file

@ -10,9 +10,6 @@
<ul>
<li>Documents</li>
<ul>
<li>
<a href="/goals">Goals</a>
</li>
<li>
<a href="/habits">Habits</a>
</li>