mirror of
https://github.com/Blah-IM/blahrs.git
synced 2025-09-13 05:55:22 +00:00
feat(webapi): expose server metadata
This commit is contained in:
parent
8551540798
commit
fa14844d0d
4 changed files with 88 additions and 4 deletions
|
@ -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";
|
||||
};
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue