This commit is contained in:
Abel Luck 2026-02-24 15:34:40 +01:00
commit eac7453a0d
12 changed files with 955 additions and 0 deletions

11
rules.nix Normal file
View file

@ -0,0 +1,11 @@
{
# this corresponds to name@v in this top dir
matrix-synapse = {
# always keeps the lastest N available
latest-revisions = 5;
# extra manual pins to keep available
pin = [ "1.129.0" ];
};
}