forked from wurzel/fruitbasket
minecraft: switch to fabric
This commit is contained in:
parent
72566b656a
commit
62b344a2c2
4 changed files with 109 additions and 43 deletions
|
@ -13,17 +13,17 @@ in
|
|||
};
|
||||
}));
|
||||
# (hopefully) fix systemd journal reading
|
||||
prometheus-postfix-exporter = prev.prometheus-postfix-exporter.overrideAttrs (_old: {
|
||||
patches = [
|
||||
./prometheus-postfix-exporter/0001-cleanup-also-catch-milter-reject.patch
|
||||
];
|
||||
src = fetchFromGitHub {
|
||||
owner = "adangel";
|
||||
repo = "postfix_exporter";
|
||||
rev = "414ac12ee63415eede46cb3084d755a6da6fba23";
|
||||
hash = "sha256-m1kVaO3N7XC1vtnxXX9kMiEFPmZuoopRUYgA7gQzP8w=";
|
||||
};
|
||||
});
|
||||
# prometheus-postfix-exporter = prev.prometheus-postfix-exporter.overrideAttrs (_old: {
|
||||
# patches = [
|
||||
# ./prometheus-postfix-exporter/0001-cleanup-also-catch-milter-reject.patch
|
||||
# ];
|
||||
# src = fetchFromGitHub {
|
||||
# owner = "adangel";
|
||||
# repo = "postfix_exporter";
|
||||
# rev = "414ac12ee63415eede46cb3084d755a6da6fba23";
|
||||
# hash = "sha256-m1kVaO3N7XC1vtnxXX9kMiEFPmZuoopRUYgA7gQzP8w=";
|
||||
# };
|
||||
# });
|
||||
# Mailman internal server error fix
|
||||
# https://gitlab.com/mailman/mailman/-/issues/1137
|
||||
# https://github.com/NixOS/nixpkgs/pull/321136
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue