change nixpkgs ref and modify rustypaste config

This commit is contained in:
ulic-youthlic 2025-02-23 02:27:41 +08:00
parent 0cf7adb488
commit 5b00dac090
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
3 changed files with 7 additions and 7 deletions

View file

@ -50,7 +50,7 @@ in
timeout = "30s";
expose_version = true;
expose_list = true;
handle_spaces = "encode";
handle_spaces = "replace";
};
paste = {
duplicate_files = true;
@ -97,7 +97,7 @@ in
}
{
mime = "text/plain";
regex = "^.*\\.(log|txt|diff|sh|rs|toml|py|json|yaml|yml|ts|js|go|c|C|c++|cpp|cxx)$";
regex = "^.*\\.(log|txt|diff|sh|rs|toml|py|json|yaml|yml|ts|js|go|c|C|c++|cpp|cxx|patch|toml|bash|fish)$";
}
];
};