add Readme, remove fx
This commit is contained in:
parent
249bd9cda4
commit
b800bb4695
2 changed files with 59 additions and 1 deletions
|
@ -12,5 +12,5 @@ let
|
|||
}
|
||||
'';
|
||||
in (pkgs.writeShellScriptBin "test" ''
|
||||
cat '${resFile}' | ${pkgs.jq}/bin/jq '${filter}' | ${pkgs.fx}/bin/fx
|
||||
cat '${resFile}' | ${pkgs.jq}/bin/jq '${filter}'
|
||||
'')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue