Skip to content

Commit

Permalink
Add one more arg
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm committed Oct 28, 2021
1 parent 17f56d8 commit 964975b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/expressions/CompositionExpression.js
Original file line number Diff line number Diff line change
Expand Up @@ -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()
}
Expand Down

0 comments on commit 964975b

Please sign in to comment.