Merge branch 'main' into stable

This commit is contained in:
陈浩南 2023-09-09 11:11:53 +08:00
commit 40dec0e342
2 changed files with 3 additions and 3 deletions

View File

@ -9,8 +9,8 @@ let
{
owner = "CHN-beta";
repo = "misskey";
rev = "a05feaf47f1c5da43e7129bec8ceccf7939eb4a6";
hash = "sha256-hjNT7dcOkN+OiKNn76l/aJ4u6BqvnrQitUj0iZWJj0o=";
rev = "e02ecb3819f6f05352d43b64ae59fa1bd683e2e0";
hash = "sha256-zsYM67LYUn+bI6kbdW9blftxw5TUxCdzlfaOOEgZz+Q=";
fetchSubmodules = true;
};
originalPnpmPackage = mkPnpmPackage

View File

@ -14,6 +14,6 @@ inputs: { config =
services.systemd-tmpfiles-setup.environment.SYSTEMD_TMPFILES_FORCE_SUBVOL = "0";
# do not clean /tmp
timers.systemd-tmpfiles-clean.enable = false;
coredump.enable = false;
coredump = { enable = true; extraConfig = "Storage=none"; };
};
};}