Skip to content

Commit 589bde5

Browse files
committed
tests: fix mistaken name of the non-flake-build test
1 parent d6b582d commit 589bde5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/tests/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ in {
164164
};
165165
# Deployment using a non-flake nix
166166
non-flake-build = mkTest {
167-
name = "local-build";
167+
name = "non-flake-build";
168168
flakes = false;
169169
deployArgs = "-s .#server";
170170
};

0 commit comments

Comments
 (0)