nix: bump flake.lock finally after 3 months

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-12-09 17:03:54 -05:00
parent 0ff37b829c
commit 9cb71e212a
No known key found for this signature in database
3 changed files with 121 additions and 514 deletions

View file

@ -6,7 +6,6 @@
, libiconv
, liburing
, pkgsBuildHost
, pkgsBuildTarget
, rocksdb
, removeReferencesTo
, rust
@ -96,7 +95,6 @@ buildDepsOnlyEnv =
inherit
lib
pkgsBuildHost
pkgsBuildTarget
rust
stdenv;
});