summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2020-03-05 17:07:20 -0500
committerGraham Christensen <graham@grahamc.com>2020-04-12 08:12:50 -0400
commitec2d28e3233c4c04fe6afe13e828691d099167ae (patch)
tree80d3efd6ffd191559bd5d222a765570cc73c604e /nixos/tests/all-tests.nix
parent807ca93fadd5197c2260490de0c76e500562dc05 (diff)
downloadnixpkgs-ec2d28e3233c4c04fe6afe13e828691d099167ae.tar
nixpkgs-ec2d28e3233c4c04fe6afe13e828691d099167ae.tar.gz
nixpkgs-ec2d28e3233c4c04fe6afe13e828691d099167ae.tar.bz2
nixpkgs-ec2d28e3233c4c04fe6afe13e828691d099167ae.tar.lz
nixpkgs-ec2d28e3233c4c04fe6afe13e828691d099167ae.tar.xz
nixpkgs-ec2d28e3233c4c04fe6afe13e828691d099167ae.tar.zst
nixpkgs-ec2d28e3233c4c04fe6afe13e828691d099167ae.zip
specialisation: replace nesting with named configurations
Co-authored-by: worldofpeace <worldofpeace@protonmail.ch>
Diffstat (limited to 'nixos/tests/all-tests.nix')
-rw-r--r--nixos/tests/all-tests.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix
index 76ca4941617..5819879b30e 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -202,7 +202,7 @@ in
   nat.standalone = handleTest ./nat.nix { withFirewall = false; };
   ndppd = handleTest ./ndppd.nix {};
   neo4j = handleTest ./neo4j.nix {};
-  nesting = handleTest ./nesting.nix {};
+  specialisation = handleTest ./specialisation.nix {};
   netdata = handleTest ./netdata.nix {};
   networking.networkd = handleTest ./networking.nix { networkd = true; };
   networking.scripted = handleTest ./networking.nix { networkd = false; };