feat(pakcage): migrator: add dependency

This commit is contained in:
2025-12-19 14:09:06 +00:00
parent 01f13723a8
commit 89ab7d56af
2 changed files with 6 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
{ dash, hectic }:
{ dash, hectic, sqlite, postgresql_17 }:
let
shell = "${dash}/bin/dash";
bashOptions = [
@@ -9,7 +9,7 @@ let
migrator = hectic.writeShellApplication {
inherit shell bashOptions;
name = "migrator";
runtimeInputs = [ ];
runtimeInputs = [ sqlite postgresql_17 ];
text = ''
${builtins.readFile hectic.helpers.posix-shell.log}