1
0
mirror of https://github.com/kmein/niveum synced 2026-03-22 12:51:08 +01:00

2 Commits

Author SHA1 Message Date
5a247d68a0 fix(heuretes): ^...$ 2022-08-17 08:33:09 +02:00
88a2ace2e0 chore: update retiolum 2022-08-17 08:32:55 +02:00
2 changed files with 4 additions and 4 deletions

6
flake.lock generated
View File

@@ -159,11 +159,11 @@
"retiolum": {
"flake": false,
"locked": {
"lastModified": 1660160907,
"narHash": "sha256-1L1VGeal30XJv8EJnVHKAJmaQkaTeZwIO54rq/5gxnk=",
"lastModified": 1660680907,
"narHash": "sha256-D6XkykgU1BiDAnnFG9NwSqBRKCZAHK+2+Ri2/m9rzo8=",
"owner": "krebs",
"repo": "retiolum",
"rev": "93b1b32211ca41d23487e8cf7c30ed903ab9d186",
"rev": "c4d6b07be29b3b9267027ed25792a2cb350459d5",
"type": "github"
},
"original": {

View File

@@ -452,7 +452,7 @@ in
};
in
pkgs.writers.writeDashBin "heuretes" ''
${pkgs.xsv}/bin/xsv search -s simple "$*" ${database} | ${pkgs.xsv}/bin/xsv table
${pkgs.xsv}/bin/xsv search -s simple "^$*$" ${database} | ${pkgs.xsv}/bin/xsv table
'';
# https://nitter.net/igor_chubin/status/1557793569104183298