0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 14:10:33 +03:00

nixos/amazon-image: Take over maintainership

I am actively working on bringing back Amazon Images for 24.05.
Please track progress in https://github.com/nixos/amis
This commit is contained in:
Arian van Putten 2024-02-09 18:01:17 +01:00
parent 6babd03fa0
commit a1232992ac
4 changed files with 11 additions and 0 deletions

View file

@ -0,0 +1,7 @@
# Amazon images
* The `create-amis.sh` script will be replaced by https://github.com/NixOS/amis which will regularly upload AMIs per NixOS channel bump.
* @arianvp is planning to drop zfs support
* @arianvp is planning to rewrite the image builder to use the repart-based image builder.

View file

@ -157,4 +157,6 @@ in {
'';
};
in if config.ec2.zfs.enable then zfsBuilder else extBuilder;
meta.maintainers = with maintainers; [ arianvp ];
}