forked from mirrors/nixpkgs
tests.ec2-config: fix to not try to talk to the internet (which breaks on Hydra)
This commit is contained in:
parent
63bfe20b72
commit
668179f31e
|
@ -125,8 +125,8 @@ in {
|
|||
name = "config-userdata";
|
||||
sshPublicKey = snakeOilPublicKey;
|
||||
|
||||
# ### http://nixos.org/channels/nixos-unstable nixos
|
||||
userData = ''
|
||||
### http://nixos.org/channels/nixos-unstable nixos
|
||||
{
|
||||
imports = [
|
||||
<nixpkgs/nixos/modules/virtualisation/amazon-image.nix>
|
||||
|
|
Loading…
Reference in a new issue