1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-04 01:24:09 +02:00

flake fix

This commit is contained in:
Robin Appelman 2025-06-10 16:05:43 +02:00
commit d702aaf957

View file

@ -27,7 +27,9 @@
./redis-certificates
];
withOverlays = [(import ./nix/overlay.nix)];
withOverlays = [
(import ./nix/overlay.nix)
];
packages = {
"haze-image-php-8.4" = pkgs: pkgs.haze-image-php-84;