Skip to content

Commit 68b2b2a

Browse files
committed
test eval error
1 parent b905a22 commit 68b2b2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/pkgs-by-name/ghaf-open/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
gawk,
88
}:
99
writeShellApplication {
10-
name = "ghaf-open";
10+
name = throw "intentional eval error for CI testing";
1111
runtimeInputs = [ gawk ];
1212
text = ''
1313
APPS=/run/current-system/sw/share/applications

0 commit comments

Comments
 (0)