summary refs log tree commit diff
path: root/nixos/release-small.nix
diff options
context:
space:
mode:
authorJacek Galowicz <jacek.galowicz@cyberus-technology.de>2019-11-26 00:44:12 +0100
committerJacek Galowicz <jacek.galowicz@cyberus-technology.de>2019-11-27 09:13:02 +0100
commit07802f4d204c8cb5e9a8e6ff1ea25063f823798c (patch)
tree65a7fae2e7fd56a10475e18d87b7b5287c65559b /nixos/release-small.nix
parent4e89f75ca6970549e5bfcd89fd41e239b6d83480 (diff)
downloadnixpkgs-07802f4d204c8cb5e9a8e6ff1ea25063f823798c.tar
nixpkgs-07802f4d204c8cb5e9a8e6ff1ea25063f823798c.tar.gz
nixpkgs-07802f4d204c8cb5e9a8e6ff1ea25063f823798c.tar.bz2
nixpkgs-07802f4d204c8cb5e9a8e6ff1ea25063f823798c.tar.lz
nixpkgs-07802f4d204c8cb5e9a8e6ff1ea25063f823798c.tar.xz
nixpkgs-07802f4d204c8cb5e9a8e6ff1ea25063f823798c.tar.zst
nixpkgs-07802f4d204c8cb5e9a8e6ff1ea25063f823798c.zip
nixos/containers-ip: Test both ipv4 and ipv6 in the same script
Diffstat (limited to 'nixos/release-small.nix')
-rw-r--r--nixos/release-small.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/nixos/release-small.nix b/nixos/release-small.nix
index 84af457801a..74c16e990f3 100644
--- a/nixos/release-small.nix
+++ b/nixos/release-small.nix
@@ -32,8 +32,7 @@ in rec {
     tests = {
       inherit (nixos'.tests)
         containers-imperative
-        containers-ipv4
-        containers-ipv6
+        containers-ip
         firewall
         ipv6
         login