i dont think this is needed
This commit is contained in:
parent
151f093378
commit
c4612e73ec
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,
|
||||
# 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;
|
||||
# };
|
||||
# })
|
||||
];
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue