add tableplus to shell environment

This commit is contained in:
2026-04-24 00:03:25 +02:00
parent 2b554a22ad
commit 5da8fffed0
3 changed files with 7 additions and 5 deletions

6
flake.lock generated
View File

@ -20,11 +20,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1773110118, "lastModified": 1776329215,
"narHash": "sha256-mPAG8phMbCReKSiKAijjjd3v7uVcJOQ75gSjGJjt/Rk=", "narHash": "sha256-a8BYi3mzoJ/AcJP8UldOx8emoPRLeWqALZWu4ZvjPXw=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "e607cb5360ff1234862ac9f8839522becb853bb9", "rev": "b86751bc4085f48661017fa226dee99fab6c651b",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -413,7 +413,9 @@ rec {
grub2 grub2
xorriso xorriso
mariadb.client mariadb.client
dbeaver-bin # dbeaver-bin
# beekeeper-studio
tableplus
iwasm iwasm
wamrc wamrc
fail-bin fail-bin

View File

@ -17,7 +17,7 @@ JOIN result_GenericExperimentMessage r ON r.pilot_id = g.pilot_id
JOIN fsppilot p ON r.pilot_id = p.id JOIN fsppilot p ON r.pilot_id = p.id
WHERE v.variant = '$experiment' WHERE v.variant = '$experiment'
GROUP BY benchmark, resulttype, p.injection_instr_absolute GROUP BY benchmark, resulttype, p.injection_instr_absolute
ORDER BY benchmark, resulttype, SUM(t.time2 - t.time1 + 1) DESC;" ORDER BY benchmark, resulttype, SUM(t.time2 - t.time1 + 1) DESC;";
} }
sub args { return "--batch --raw"; } sub args { return "--batch --raw"; }