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
|
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}
|
||||||
|
|||||||
Reference in New Issue
Block a user