i dont think this is needed

This commit is contained in:
Emile Clark-Boman 2026-02-09 09:34:45 +10:00
parent 67ced96bef
commit f9a1b1083a

View file

@ -25,11 +25,11 @@ mix.newMixture inputs (mixture: {
# build deploy-rs as a package not from the flake input, # build deploy-rs as a package not from the flake input,
# hence we can rely on a nixpkg binary cache. # hence we can rely on a nixpkg binary cache.
deploy-rs.overlays.default deploy-rs.overlays.default
(self: super: { # (self: super: {
deploy-rs = { # deploy-rs = {
inherit (super) deploy-rs; # inherit (super) deploy-rs;
lib = super.deploy-rs.lib; # lib = super.deploy-rs.lib;
}; # };
}) # })
]; ];
}) })