Loading
nixos/akkoma: change type of extraStatic sources to types.pathInStore
This change makes it possible to define `extraStatic` entries directly from files in the Nix source tree by setting e.g. `extraStatic."static/terms-of-service.html" = ./tos.html`. Previously, is was necessary to use hacks like `pkgs.writeText "tos.html" (builtins.readFile ./tos.html)` to do that.