about summary refs log tree commit diff
path: root/nixos/release-combined.nix
diff options
context:
space:
mode:
authorMartin Weinelt <mweinelt@users.noreply.github.com>2022-11-19 18:08:40 +0100
committerGitHub <noreply@github.com>2022-11-19 18:08:40 +0100
commitc021df57927796175852f62c36b11e3b99a23f1d (patch)
tree894400be01aa9b57a8d2e2a32d80909b2a1e7bc1 /nixos/release-combined.nix
parent647c745cc560583fa1240de34f45191c1eace0a8 (diff)
parentc2b3c9794dfb5a9ec4aa643fca07c1ac8ad3f644 (diff)
Merge pull request #197254 from Atemu/fstab-escape-options
Diffstat (limited to 'nixos/release-combined.nix')
-rw-r--r--nixos/release-combined.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/release-combined.nix b/nixos/release-combined.nix
index bd7b452735f1c..337b5192776f8 100644
--- a/nixos/release-combined.nix
+++ b/nixos/release-combined.nix
@@ -77,6 +77,7 @@ in rec {
         (onFullSupported "nixos.tests.i3wm")
         (onSystems ["x86_64-linux"] "nixos.tests.installer.btrfsSimple")
         (onSystems ["x86_64-linux"] "nixos.tests.installer.btrfsSubvolDefault")
+        (onSystems ["x86_64-linux"] "nixos.tests.installer.btrfsSubvolEscape")
         (onSystems ["x86_64-linux"] "nixos.tests.installer.btrfsSubvols")
         (onSystems ["x86_64-linux"] "nixos.tests.installer.luksroot")
         (onSystems ["x86_64-linux"] "nixos.tests.installer.lvm")