feat(webapi): expose server metadata

This commit is contained in:
oxalica 2024-09-25 12:34:31 -04:00
parent 8551540798
commit fa14844d0d
4 changed files with 88 additions and 4 deletions

View file

@ -85,6 +85,7 @@ rec {
blahd = (pkgs.callPackage mkPkg { }).overrideAttrs {
# Only set this for the main derivation, not for deps.
CFG_RELEASE = "git-${rev}";
CFG_SRC_URL = "https://github.com/Blah-IM/blahrs/archive/${rev}.tar.gz";
};
}
);