Update conduit-rs to latest next branch
This commit is contained in:
parent
ef304742ce
commit
662be5e96d
3 changed files with 235 additions and 173 deletions
|
@ -16,11 +16,7 @@ let
|
|||
sway = prev.sway.override { sway-unwrapped = final.swayfx-unwrapped; };
|
||||
deploy-rs = inputs.deploy-rs.packages.default;
|
||||
dtth-phanpy = inputs.dtth-phanpy.packages.${final.system}.default;
|
||||
matrix-conduit = inputs.conduit.packages.${final.system}.default.overrideAttrs (attrs: {
|
||||
patches = (if "patches" ? attrs then attrs.patches else [ ]) ++ [
|
||||
./overlays/conduit-remove-dbg.patch
|
||||
];
|
||||
});
|
||||
matrix-conduit = inputs.conduit.packages.${final.system}.default;
|
||||
|
||||
# A list of source-style inputs.
|
||||
sources = final.lib.attrsets.filterAttrs (name: f: !(builtins.hasAttr "outputs" f)) inputs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue