mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-25 09:43:11 +01:00
18acfd0749
Should make it easier for other repositories to use the overlays from this repository.
6 lines
151 B
Nix
6 lines
151 B
Nix
(final: prev: {
|
|
zola = prev.zola.overrideAttrs (oldAttrs: {
|
|
patches = (oldAttrs.patches or [ ]) ++ [ ../patches/zola-serve-fix.patch ];
|
|
});
|
|
})
|