feat(pakcage): migrator: add dependency

This commit is contained in:
2025-12-19 14:09:06 +00:00
parent caada00fe6
commit d9f997868d
2 changed files with 6 additions and 5 deletions
+2 -2
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}