mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-04 01:24:09 +02:00
flake fix
This commit is contained in:
parent
47f4360f5f
commit
d702aaf957
1 changed files with 3 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue