add Readme, remove fx

This commit is contained in:
tristan 2024-01-02 10:51:57 +00:00
parent 249bd9cda4
commit b800bb4695
2 changed files with 59 additions and 1 deletions

View file

@ -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}'
'')