all repos — homestead @ 10c128ff7a6c4b8195366c0994f11ab6e118dc90

Code for my website

create wrapper script for danube cli in ci with bunx

Alin
commit

10c128ff7a6c4b8195366c0994f11ab6e118dc90

parent

3dde69cd0394b0f1fa33f7a7a773acabfa8acaa2

1 file changed, 7 insertions(+), 0 deletions(-)

changed files
M flake.nixflake.nix
@@ -30,6 +30,13 @@ ko
]; ciPackages = with pkgs; [ redis + (writeShellApplication { + name = "danube"; + runtimeInputs = [ pkgs.bun ]; + text = '' + bunx @danubedata/cli "$@" + ''; + }) ]; devPackages = with pkgs; [ wgo