about summary refs log tree commit diff
path: root/nixos/tests/systemd-confinement/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/systemd-confinement/default.nix')
-rw-r--r--nixos/tests/systemd-confinement/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/systemd-confinement/default.nix b/nixos/tests/systemd-confinement/default.nix
index 15d442d476b08..4ca37b3b9126e 100644
--- a/nixos/tests/systemd-confinement/default.nix
+++ b/nixos/tests/systemd-confinement/default.nix
@@ -153,7 +153,7 @@ import ../make-test-python.nix {
           })
         '';
       }
-    ]) (lib.cartesianProductOfSets {
+    ]) (lib.cartesianProduct {
       user = [ "root" "dynamic-user" "static-user" ];
       privateTmp = [ true false ];
     });