more caching

This commit is contained in:
Henry Hiles 2026-02-19 13:43:53 -05:00
commit 2918200327
No known key found for this signature in database
3 changed files with 8 additions and 8 deletions

View file

@ -12,13 +12,13 @@
src = pkgs.fetchFromCodeberg { src = pkgs.fetchFromCodeberg {
owner = "lapingvino"; owner = "lapingvino";
repo = "cinny"; repo = "cinny";
rev = "e612663520f7f880e4c193a0b4aaca3d99e1bade"; rev = "719381934efbe3aab098d4f077ec4ee14a30eddb";
hash = "sha256-sShOLXd/L4NDCHOUap09JJ8V7voxKrehx//9sh2xugw="; hash = "";
}; };
npmDeps = pkgs.fetchNpmDeps { npmDeps = pkgs.fetchNpmDeps {
inherit src; inherit src;
name = "${old.pname}-${old.version}-npm-deps"; name = "${old.pname}-${old.version}-npm-deps";
hash = "sha256-a4cnxo5smN+a6DWKPPkbGkd8gcQe/jazSEmrqKcN0fA="; hash = "";
}; };
}); });
} }

6
flake.lock generated
View file

@ -2157,11 +2157,11 @@
}, },
"nixpkgs-custom": { "nixpkgs-custom": {
"locked": { "locked": {
"lastModified": 1769011074, "lastModified": 1771522177,
"narHash": "sha256-vrW6Lz7fbtDlm9idTGnLHX9sa2fIY/IpdnzLAr1cRYQ=", "narHash": "sha256-m62O2bp6ZxPFoZBrd/+fB5Pd4c+pz+7pz4JpqZUZCXw=",
"owner": "Henry-Hiles", "owner": "Henry-Hiles",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "733fd7ed52ab486c2291df64a8f75d8a8d62e1c7", "rev": "2d68fc5183e52237ef4d5fef93b99f589f9ac201",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -49,13 +49,13 @@
url_preview_domain_explicit_allowlist = [ "*" ]; url_preview_domain_explicit_allowlist = [ "*" ];
url_preview_max_spider_size = 2097152; url_preview_max_spider_size = 2097152;
max_request_size = 50000000; max_request_size = 524288000;
allow_local_presence = false; allow_local_presence = false;
allow_incoming_presence = false; allow_incoming_presence = false;
allow_outgoing_presence = false; allow_outgoing_presence = false;
db_cache_capacity_mb = 512; db_cache_capacity_mb = 1024;
well_known = { well_known = {
client = "https://${subdomain}"; client = "https://${subdomain}";