Base oci-images on their matching alloc variant
Co-authored-by: AwesomeQubic <ThatQubicWah@protonmail.com> Signed-off-by: morguldir <morguldir@protonmail.com>
This commit is contained in:
parent
aa77a31dfc
commit
3ebf1082d6
1 changed files with 2 additions and 2 deletions
|
@ -315,8 +315,8 @@
|
|||
jemalloc = mkPackage pkgsHost "jemalloc" "" "release";
|
||||
hmalloc = mkPackage pkgsHost "hmalloc" "" "release";
|
||||
oci-image = mkOciImage pkgsHost self.packages.${system}.default;
|
||||
oci-image-jemalloc = mkOciImage pkgsHost self.packages.${system}.default;
|
||||
oci-image-hmalloc = mkOciImage pkgsHost self.packages.${system}.default;
|
||||
oci-image-jemalloc = mkOciImage pkgsHost self.packages.${system}.jemalloc;
|
||||
oci-image-hmalloc = mkOciImage pkgsHost self.packages.${system}.hmalloc;
|
||||
|
||||
book =
|
||||
let
|
||||
|
|
Loading…
Add table
Reference in a new issue