summaryrefslogtreecommitdiffstats
path: root/flake.nix
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2025-11-21 17:12:34 -0800
committerRose Hogenson <rosehogenson@posteo.net>2025-11-21 17:12:34 -0800
commit4be64dd369b4bbdf3c4c0972c949c6e150377699 (patch)
treede048078d0139b242ab5459eef44ce11667e7d21 /flake.nix
parentBump CCL version (diff)
downloadroseh.moe-4be64dd369b4bbdf3c4c0972c949c6e150377699.tar.zst
Use a weird encoding for the time.Time
This way we can save 19 whole bytes per request 😲
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index ad0970c..6fa885a 100644
--- a/flake.nix
+++ b/flake.nix
@@ -48,7 +48,7 @@
# remember to bump this hash when your dependencies change.
# vendorHash = pkgs.lib.fakeHash;
- vendorHash = "sha256-1SZw/xXJS5Vz4ZxD4M+DiILSbOgl72ME6L05cxtvb24=";
+ vendorHash = "sha256-/Ciog57YcusaM8PvTRnBgxKcbNgxot4R8PhImu5m3Us=";
};
});