This repository has been archived on 2024-11-21. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
server_config/pkgs/default.nix

9 lines
117 B
Nix

{
final,
prev,
flakes,
}: {
homepage = flakes.homepage.packages.${final.system}.default;
override = {};
}