brewTea: staticAssets might need to be a string
This commit is contained in:
parent
36b4dda14a
commit
9d17b10a24
4 changed files with 10 additions and 2 deletions
|
@ -8,6 +8,10 @@
|
|||
# maybe don't do this but its possible to reference _any file_.
|
||||
defaultLayout = ./layouts/default.html;
|
||||
|
||||
# this could technically be a raw path; but nix doesn't keep directory name the same.
|
||||
# use best judgement.
|
||||
staticAssets = [ "./static" ];
|
||||
|
||||
markdollPlugins = let
|
||||
sPoNgEbOb = pkgs.buildGoModule {
|
||||
name = "sPoNgEbOb";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue