1
0
mirror of https://github.com/kmein/niveum synced 2026-03-22 04:41:07 +01:00

24.11 → 25.05

This commit is contained in:
2025-06-03 14:55:03 +02:00
parent 2ba3c05e4a
commit 6fdac40832
9 changed files with 189 additions and 165 deletions

View File

@@ -1,7 +1,7 @@
{
writers,
fetchurl,
xsv,
xan,
}: let
database = fetchurl {
url = "http://c.krebsco.de/greek.csv";
@@ -9,5 +9,5 @@
};
in
writers.writeDashBin "heuretes" ''
${xsv}/bin/xsv search -s simple "^$*$" ${database} | ${xsv}/bin/xsv table
${xan}/bin/xan search -s simple "^$*$" ${database} | ${xan}/bin/xan table
''