Skip to content

Commit

Permalink
Update flake to work with custom domain
Browse files Browse the repository at this point in the history
  • Loading branch information
prescientmoon committed May 28, 2024
1 parent 9568d03 commit 99bc2e3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,7 @@
'';
};

packages.erratic-gate-github-pages = packages.erratic-gate.overrideAttrs {
ESBUILD_BASEURL = "/erratic-gate";
};

packages.erratic-gate-github-pages = packages.erratic-gate;
packages.default = packages.erratic-gate;

devShells.default =
Expand Down

0 comments on commit 99bc2e3

Please sign in to comment.