diff --git a/flake.nix b/flake.nix index 1777b76a..54cc4a1b 100644 --- a/flake.nix +++ b/flake.nix @@ -394,7 +394,7 @@ name = "oci-image-${crossSystem}-jemalloc"; value = mkOciImage pkgsCrossStatic - self.packages.${system}.${binaryName}; + self.packages.${system}."${binaryName}-jemalloc"; } # An output for an OCI image based on that binary with hardened_malloc @@ -402,7 +402,7 @@ name = "oci-image-${crossSystem}-hmalloc"; value = mkOciImage pkgsCrossStatic - self.packages.${system}.${binaryName}; + self.packages.${system}."${binaryName}-hmalloc"; } ] )