Replace lazy_static with LazyLock

This commit is contained in:
Tristan Ross 2026-01-27 12:02:42 -08:00
parent 4a3163d18a
commit 4551c2b378
No known key found for this signature in database
GPG key ID: 58BB826E9F8688F4
6 changed files with 13 additions and 28 deletions

3
Cargo.lock generated
View file

@ -564,7 +564,6 @@ dependencies = [
"anyhow",
"cstr",
"ctor",
"lazy_static",
"nix-bindings-bdwgc-sys",
"nix-bindings-expr-sys",
"nix-bindings-store",
@ -614,7 +613,6 @@ dependencies = [
"anyhow",
"cstr",
"ctor",
"lazy_static",
"nix-bindings-expr",
"nix-bindings-fetchers",
"nix-bindings-flake-sys",
@ -644,7 +642,6 @@ dependencies = [
"ctor",
"harmonia-store-core",
"hex-literal",
"lazy_static",
"nix-bindings-store-sys",
"nix-bindings-util",
"nix-bindings-util-sys",