Merge remote-tracking branch 'ni/master'
This commit is contained in:
commit
ac031e8822
|
@ -257,7 +257,7 @@ with import <stockholm/lib>;
|
|||
pkgs.writeOut (baseNameOf name) {
|
||||
${optionalString (types.absolute-pathname.check name) name} = {
|
||||
check = pkgs.writeDash "jqcheck.sh" ''
|
||||
exec ${pkgs.jq}/bin/jq -f "$1" -n
|
||||
exec ${pkgs.jq}/bin/jq -f "$1" < /dev/null
|
||||
'';
|
||||
inherit text;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue