Skip to content

Commit 62f3b0e

Browse files
committed
test eval error
1 parent 8f79a83 commit 62f3b0e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@
55
{
66
writeShellApplication,
77
gawk,
8+
thisAttributeDoesNotExist,
89
}:
910
writeShellApplication {
1011
name = "ghaf-open";
11-
runtimeInputs = [ gawk ];
12+
runtimeInputs = [ gawk thisAttributeDoesNotExist ];
1213
text = ''
1314
APPS=/run/current-system/sw/share/applications
1415

0 commit comments

Comments
 (0)