summary refs log tree commit diff
path: root/nixos/release.nix
diff options
context:
space:
mode:
authorobadz <obadz-git@obadz.com>2017-11-19 19:03:52 +0000
committerGitHub <noreply@github.com>2017-11-19 19:03:52 +0000
commitedcf51a359d87c2ce8cdcfcf8b32b96cfc00ec81 (patch)
tree838d9b5e83ba59be666c68cb3a20bdcba8da304b /nixos/release.nix
parentf367bb4d6dffa02afc34975c5a4c2600a20fe324 (diff)
parentf8fb6a679e060ae84e9e4ffdb7cb99c51d7f4003 (diff)
downloadnixlib-edcf51a359d87c2ce8cdcfcf8b32b96cfc00ec81.tar
nixlib-edcf51a359d87c2ce8cdcfcf8b32b96cfc00ec81.tar.gz
nixlib-edcf51a359d87c2ce8cdcfcf8b32b96cfc00ec81.tar.bz2
nixlib-edcf51a359d87c2ce8cdcfcf8b32b96cfc00ec81.tar.lz
nixlib-edcf51a359d87c2ce8cdcfcf8b32b96cfc00ec81.tar.xz
nixlib-edcf51a359d87c2ce8cdcfcf8b32b96cfc00ec81.tar.zst
nixlib-edcf51a359d87c2ce8cdcfcf8b32b96cfc00ec81.zip
Merge pull request #31805 from gleber/make-switch-to-configuration-pure
nixos/system: make switch-to-configuration script pure
Diffstat (limited to 'nixos/release.nix')
-rw-r--r--nixos/release.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/release.nix b/nixos/release.nix
index 6718d40198ab..fbc95784cfbe 100644
--- a/nixos/release.nix
+++ b/nixos/release.nix
@@ -331,6 +331,7 @@ in rec {
   tests.slim = callTest tests/slim.nix {};
   tests.smokeping = callTest tests/smokeping.nix {};
   tests.snapper = callTest tests/snapper.nix {};
+  tests.switchTest = callTest tests/switch-test.nix {};
   tests.taskserver = callTest tests/taskserver.nix {};
   tests.tomcat = callTest tests/tomcat.nix {};
   tests.udisks2 = callTest tests/udisks2.nix {};