Skip to content

Commit 3c82e6f

Browse files
committedDec 20, 2017
Add AMI for eu-west-3
1 parent 61da89b commit 3c82e6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎nixos/modules/virtualisation/ec2-amis.nix

+1
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ let self = {
226226
# 17.09.2356.cb751f9b1c3
227227
"17.09".eu-west-1.hvm-ebs = "ami-d40185ad";
228228
"17.09".eu-west-2.hvm-ebs = "ami-c5445da1";
229+
"17.09".eu-west-3.hvm-ebs = "ami-2636815b";
229230
"17.09".eu-central-1.hvm-ebs = "ami-e758d388";
230231
"17.09".us-east-1.hvm-ebs = "ami-865327fc";
231232
"17.09".us-east-2.hvm-ebs = "ami-074d6562";

4 commit comments

Comments
 (4)

dezgeg commented on Dec 20, 2017

@dezgeg
Contributor

BTW, can we have all the rest updated as well to contain a8cbb19 to finally fix #32242?

dezgeg commented on Dec 20, 2017

@dezgeg
Contributor

Oops, sorry, I had pushed a broken version of my commit :/ Hold on for a proper fix...

edolstra commented on Dec 20, 2017

@edolstra
MemberAuthor

IMHO, we should get rid of all that fakeroot stuff. It makes image generation unnecessarily complex (and prevents the regular nixos-install code path from being tested).

dezgeg commented on Dec 20, 2017

@dezgeg
Contributor

I agree that this needs a better solution, preferably something that be completely done outside the VM.

Anyway, here's the minimal fix for now so channel upgrades can proceed (#32242): a7664a6

Please sign in to comment.