i dont think this is needed
This commit is contained in:
parent
67ced96bef
commit
f9a1b1083a
1 changed files with 6 additions and 6 deletions
|
|
@ -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;
|
||||||
};
|
# };
|
||||||
})
|
# })
|
||||||
];
|
];
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue