mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
nixosTests.ec2-nixops: fix image.imageFile -> image.fileName
The image.imageFile option was renamed to image.fileName. This broke the ec2-nixops test at evaluation time.
This commit is contained in:
@@ -59,7 +59,7 @@ let
|
||||
}
|
||||
];
|
||||
}).config;
|
||||
image = "${imageCfg.system.build.amazonImage}/${imageCfg.image.imageFile}";
|
||||
image = "${imageCfg.system.build.amazonImage}/${imageCfg.image.fileName}";
|
||||
|
||||
sshKeys = import ./ssh-keys.nix pkgs;
|
||||
snakeOilPrivateKey = sshKeys.snakeOilPrivateKey.text;
|
||||
|
||||
Reference in New Issue
Block a user