From 964975bf141dc529da94f7466f9cc1e2231dbb7c Mon Sep 17 00:00:00 2001 From: Tom McLaughlin Date: Wed, 13 Oct 2021 16:29:55 -0600 Subject: [PATCH] Add one more arg --- lib/expressions/CompositionExpression.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/expressions/CompositionExpression.js b/lib/expressions/CompositionExpression.js index 474ff0d..6f133ca 100644 --- a/lib/expressions/CompositionExpression.js +++ b/lib/expressions/CompositionExpression.js @@ -129,6 +129,7 @@ CompositionExpression.prototype.toNixAST = function() { runCommand: new nijs.NixInherit("pkgs"), writeTextFile: new nijs.NixInherit("pkgs"), writeShellScript: new nijs.NixInherit("pkgs"), + jq: new nijs.NixInherit("pkgs"), pkgs: new nijs.NixInherit(), nodejs: new nijs.NixInherit() }