summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorDan Peebles <pumpkin@me.com>2016-01-07 03:25:56 +0000
committerDan Peebles <pumpkin@me.com>2016-01-07 03:25:56 +0000
commit668179f31efe3df2709c403da85347f2162df3a6 (patch)
tree4ebf082c9ee55d2c0e20e7ada377c8dbd70174fd /nixos/tests
parent63bfe20b7253fa579ca1c35d07d1d790475f74c5 (diff)
downloadnixpkgs-668179f31efe3df2709c403da85347f2162df3a6.tar
nixpkgs-668179f31efe3df2709c403da85347f2162df3a6.tar.gz
nixpkgs-668179f31efe3df2709c403da85347f2162df3a6.tar.bz2
nixpkgs-668179f31efe3df2709c403da85347f2162df3a6.tar.lz
nixpkgs-668179f31efe3df2709c403da85347f2162df3a6.tar.xz
nixpkgs-668179f31efe3df2709c403da85347f2162df3a6.tar.zst
nixpkgs-668179f31efe3df2709c403da85347f2162df3a6.zip
tests.ec2-config: fix to not try to talk to the internet (which breaks on Hydra)
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/ec2.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/ec2.nix b/nixos/tests/ec2.nix
index b12d498e3a0..1925ab37419 100644
--- a/nixos/tests/ec2.nix
+++ b/nixos/tests/ec2.nix
@@ -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>