mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 17:14:08 +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
|
./redis-certificates
|
||||||
];
|
];
|
||||||
|
|
||||||
withOverlays = [(import ./nix/overlay.nix)];
|
withOverlays = [
|
||||||
|
(import ./nix/overlay.nix)
|
||||||
|
];
|
||||||
|
|
||||||
packages = {
|
packages = {
|
||||||
"haze-image-php-8.4" = pkgs: pkgs.haze-image-php-84;
|
"haze-image-php-8.4" = pkgs: pkgs.haze-image-php-84;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue