Upgrade conduit from 0.6 to next

This commit is contained in:
Natsu Kagami 2023-11-07 13:48:55 +01:00
parent 7d71caa8db
commit 2693126dca
Signed by: nki
GPG key ID: 55A032EB38B49ADB
5 changed files with 47 additions and 10 deletions

View file

@ -29,7 +29,11 @@ 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;
matrix-conduit = inputs.conduit.packages.${final.system}.default.overrideAttrs (attrs: {
patches = (if "patches" ? attrs then attrs.patches else [ ]) ++ [
./overlays/conduit-remove-dbg.patch
];
});
exa = inputs.eza.packages.${final.system}.default.overrideAttrs (attrs: {
postInstall = attrs.postInstall + ''
ln -sv $out/bin/eza $out/bin/exa