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
|
@ -1,7 +1,8 @@
|
|||
set -euo pipefail
|
||||
|
||||
nix-build /home/wpcarro/nixpkgs/nixos \
|
||||
nix-build '<nixpkgs/nixos>' \
|
||||
-I briefcase="$(pwd)" \
|
||||
-I nixpkgs=/home/wpcarro/nixpkgs-channels \
|
||||
-I nixos-config=nixos/socrates/default.nix \
|
||||
-A system \
|
||||
--show-trace
|
||||
|
|
|
@ -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
|
||||
'';
|
||||
|
|
|
@ -10,9 +10,6 @@
|
|||
<ul>
|
||||
<li>Documents</li>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="/goals">Goals</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/habits">Habits</a>
|
||||
</li>
|
||||
|
|
Loading…
Reference in a new issue