Skip to content

Commit

Permalink
nix: Use new emanote module
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Mar 18, 2024
1 parent 5b60dcd commit 2da324e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@
sites = lib.mapAttrs
(name: lang: {
inherit (lang) port;
layers = [ lang.path ./global ];
layersString = [ name "global" ];
layers = [ { path = lang.path; pathString = name; } { path = ./global; pathString = "global"; } ];
prettyUrls = true;
baseUrl = "/${name}/";
basePath = name;
Expand Down

0 comments on commit 2da324e

Please sign in to comment.