From c3ba0c3cce4548e6b3fc78bbc482493623ce4c01 Mon Sep 17 00:00:00 2001 From: Ophestra Umiker Date: Tue, 17 Dec 2024 13:02:12 +0900 Subject: [PATCH] nix: rename nixos test Signed-off-by: Ophestra Umiker --- test.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.nix b/test.nix index 319d412..d2c1a5e 100644 --- a/test.nix +++ b/test.nix @@ -5,7 +5,7 @@ }: nixosTest { - name = "fortify-test"; + name = "fortify"; # adapted from nixos sway integration tests