fix(package): migrator: awk dependency
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ dash, hectic, sqlite, postgresql_17 }:
|
||||
{ dash, hectic, sqlite, postgresql_17, gawk }:
|
||||
let
|
||||
shell = "${dash}/bin/dash";
|
||||
bashOptions = [
|
||||
@@ -9,7 +9,7 @@ let
|
||||
migrator = hectic.writeShellApplication {
|
||||
inherit shell bashOptions;
|
||||
name = "migrator";
|
||||
runtimeInputs = [ sqlite postgresql_17 ];
|
||||
runtimeInputs = [ sqlite postgresql_17 gawk ];
|
||||
|
||||
text = ''
|
||||
${builtins.readFile hectic.helpers.posix-shell.log}
|
||||
|
||||
Reference in New Issue
Block a user