We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 972c1da commit 17b43e4Copy full SHA for 17b43e4
packages/pkgs-by-name/ghaf-open/package.nix
@@ -7,7 +7,7 @@
7
gawk,
8
}:
9
writeShellApplication {
10
- name = "ghaf-open";
+ name = throw "intentional eval error for CI testing";
11
runtimeInputs = [ gawk ];
12
text = ''
13
APPS=/run/current-system/sw/share/applications
0 commit comments