Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mpscholten committed May 9, 2024
1 parent 579c148 commit 3f87e3f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Guide/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,10 @@
src = ./.;
nativeBuildInputs = with pkgs; [ haskellPackages.mmark-cli nodejs-18_x curl cacert ];
buildPhase = ''
export LANG=en_US.UTF-8
# See https://github.com/svanderburg/node2nix/issues/217#issuecomment-751311272
export HOME=/tmp
make guide.tar.gz
LANG=en_US.UTF-8 make guide.tar.gz
'';
installPhase = ''
mv guide.tar.gz $out
Expand Down

0 comments on commit 3f87e3f

Please sign in to comment.