summary refs log tree commit diff
path: root/nixos/tests/lorri/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/lorri/default.nix')
-rw-r--r--nixos/tests/lorri/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/tests/lorri/default.nix b/nixos/tests/lorri/default.nix
index 209b87f9f26..a4bdc92490c 100644
--- a/nixos/tests/lorri/default.nix
+++ b/nixos/tests/lorri/default.nix
@@ -1,4 +1,6 @@
 import ../make-test-python.nix {
+  name = "lorri";
+
   nodes.machine = { pkgs, ... }: {
     imports = [ ../../modules/profiles/minimal.nix ];
     environment.systemPackages = [ pkgs.lorri ];