i dont think this is needed

This commit is contained in:
do butterflies cry? 2026-02-09 09:34:45 +10:00
parent 151f093378
commit c4612e73ec

View file

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