mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2026-03-04 17:04:21 +00:00
rosenthal: mimir: Disable updater.
* modules/rosenthal/packages/binaries.scm (mimir-bin) [properties]: Add disable-updater?.
This commit is contained in:
parent
cdfbb9d864
commit
e8296177df
@ -421,7 +421,8 @@ multi-tenant, long-term storage for Prometheus.")
|
|||||||
(home-page "https://grafana.com/oss/mimir/")
|
(home-page "https://grafana.com/oss/mimir/")
|
||||||
(license license:agpl3)
|
(license license:agpl3)
|
||||||
(supported-systems '("x86_64-linux"))
|
(supported-systems '("x86_64-linux"))
|
||||||
(properties '((upstream-name . "mimir")))))
|
(properties '((upstream-name . "mimir")
|
||||||
|
(disable-updater? . #t)))))
|
||||||
|
|
||||||
(define-public loki-bin
|
(define-public loki-bin
|
||||||
(package
|
(package
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user