Add declarative attic cache
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
@@ -13,8 +13,11 @@ pkgs.buildGo125Module (finalAttrs: {
|
||||
};
|
||||
|
||||
patches = [
|
||||
# FIXME: https://gitlab.com/comentario/comentario/-/merge_requests/23
|
||||
./dynamic-config-env-vars.patch
|
||||
# fe: dynamic configuration env vars
|
||||
(builtins.fetchurl {
|
||||
url = "https://gitlab.com/comentario/comentario/-/merge_requests/23.patch";
|
||||
sha256 = "sha256:0iagj3sfjg8nb0zk673nrppsgdi3hy2crzhd84i2znwqlnhq0m5h";
|
||||
})
|
||||
./superuser-claim.patch
|
||||
];
|
||||
|
||||
|
Reference in New Issue
Block a user