mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 09:04:12 +02:00
initial nix based docker images
This commit is contained in:
parent
4972a889eb
commit
06bf3b4b62
72 changed files with 472 additions and 789 deletions
|
|
@ -1,3 +1,7 @@
|
|||
final: prev: {
|
||||
haze = final.callPackage ./package.nix {};
|
||||
haze-image-php-84 = final.callPackage ./image/haze.nix {php = final.php84;};
|
||||
haze-image-php-83 = final.callPackage ./image/haze.nix {php = final.php83;};
|
||||
haze-image-php-82 = final.callPackage ./image/haze.nix {php = final.php82;};
|
||||
haze-image-php-81 = final.callPackage ./image/haze.nix {php = final.php81;};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue