about summary refs log tree commit diff
path: root/nixos/tests/lorri
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2022-06-26 00:14:38 +0200
committerRobert Hensing <robert@roberthensing.nl>2022-09-24 17:38:09 +0100
commite260018f9c356ff6f82d19b37f0501f8a19f29c0 (patch)
treec14f61c1b43a4583f4d976b55899c259f5bc0481 /nixos/tests/lorri
parent0af6e6b0e5c3919190c0eca0b42dc10cab82458f (diff)
nixos/tests: Add names
Diffstat (limited to 'nixos/tests/lorri')
-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 209b87f9f26a3..a4bdc92490ce1 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 ];