Disable failing goals/default.nix
Disabling failing packages until I can get a working CI build.
This commit is contained in:
parent
59f7481411
commit
1bb32b1bcc
4 changed files with 2 additions and 7 deletions
|
|
@ -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
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue