Skip to content

Commit

Permalink
added cubical without unicode
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermehas committed Jul 21, 2022
1 parent cb7593e commit bda4503
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
11 changes: 6 additions & 5 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
inputs = {
flake-utils.url = "github:numtide/flake-utils";
cubical-src = {
url = github:agda/cubical;
url = github:guilhermehas/cubical/no-unicode;
flake = false;
};
stdlib-src = {
Expand Down Expand Up @@ -35,6 +35,7 @@
blogProject = with prev; stdenv.mkDerivation {
name = "guilherme-blog";
src = my-src;
LC_ALL = "en_US.UTF-8";
buildInputs = with final; [ agda-all blogToolProject ];

buildPhase = ''site build'';
Expand Down

0 comments on commit bda4503

Please sign in to comment.