Upgrade conduit from 0.6 to next
This commit is contained in:
parent
7d71caa8db
commit
2693126dca
5 changed files with 47 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue