fix(package): migrator: awk dependency

This commit is contained in:
2025-12-21 13:19:46 +00:00
parent 89ab7d56af
commit 2ffe187b12

View File

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