mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 14:19:58 +03:00
Merge pull request #287528 from arianvp/amazon-image-maintainer
nixos/amazon-image: Take over maintainership
This commit is contained in:
commit
f459aeeb8d
7
nixos/maintainers/scripts/ec2/README.md
Normal file
7
nixos/maintainers/scripts/ec2/README.md
Normal 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.
|
||||
|
@ -157,4 +157,6 @@ in {
|
||||
'';
|
||||
};
|
||||
in if config.ec2.zfs.enable then zfsBuilder else extBuilder;
|
||||
|
||||
meta.maintainers = with maintainers; [ arianvp ];
|
||||
}
|
||||
|
@ -103,4 +103,5 @@ in
|
||||
# (e.g. it depends on GTK).
|
||||
services.udisks2.enable = false;
|
||||
};
|
||||
meta.maintainers = with maintainers; [ arianvp ];
|
||||
}
|
||||
|
@ -84,4 +84,5 @@ in {
|
||||
};
|
||||
};
|
||||
};
|
||||
meta.maintainers = with maintainers; [ arianvp ];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user