akkoma: Avoid unnecessary derivation
This commit is contained in:
parent
c63cfbd5e3
commit
f54c23493f
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
||||||
}
|
}
|
||||||
));
|
));
|
||||||
|
|
||||||
extraStatic."static/themes/elly-mod.json" = pkgs.writeText "elly-mod.json" (builtins.readFile ./elly-mod.json);
|
extraStatic."static/themes/elly-mod.json" = ./elly-mod.json;
|
||||||
|
|
||||||
extraStatic."static/custom.css" = pkgs.writeText "custom.css" ''
|
extraStatic."static/custom.css" = pkgs.writeText "custom.css" ''
|
||||||
.tos-content img { max-width: 100%; }
|
.tos-content img { max-width: 100%; }
|
||||||
|
|
Loading…
Reference in a new issue