nixos/alice-lg: fix invalid test name (#366028)

This commit is contained in:
Weijia Wang
2024-12-18 11:39:43 +01:00
committed by GitHub

View File

@@ -13,7 +13,7 @@ let
inherit (pkgs.lib) optionalString;
in
makeTest {
name = "birdwatcher";
name = "alice-lg";
nodes = {
host1 = {
environment.systemPackages = with pkgs; [ jq ];