{jemalloc,rust-jemalloc-sys}: move to pkgs/by-name

this shouldn't create any rebuilds
This commit is contained in:
quantenzitrone
2026-01-21 00:54:19 +01:00
parent 1fa3464e10
commit 40c073e19e
4 changed files with 0 additions and 3 deletions
-3
View File
@@ -7116,9 +7116,6 @@ with pkgs;
itk = itk_5;
jemalloc = callPackage ../development/libraries/jemalloc { };
rust-jemalloc-sys = callPackage ../development/libraries/jemalloc/rust.nix { };
rust-jemalloc-sys-unprefixed = rust-jemalloc-sys.override { unprefixed = true; };
json2yaml = haskell.lib.compose.justStaticExecutables haskellPackages.json2yaml;