fix script
This commit is contained in:
20
lib.nix
20
lib.nix
@@ -48,18 +48,16 @@ in
|
|||||||
)
|
)
|
||||||
);
|
);
|
||||||
in
|
in
|
||||||
{
|
# {
|
||||||
inherit configFile merged_config;
|
# inherit configFile merged_config;
|
||||||
|
# };
|
||||||
|
pkgs.writeShellApplication {
|
||||||
|
inherit name;
|
||||||
|
text = ''
|
||||||
|
PC_CONFIG_FILES=${configFile} ${pkgs.process-compose}/bin/process-compose "$@"
|
||||||
|
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
# pkgs.writeShellApplication {
|
|
||||||
# inherit name;
|
|
||||||
# text =
|
|
||||||
# checks
|
|
||||||
# + ''
|
|
||||||
# PC_CONFIG_FILES=${configFile} ${pkgs.process-compose}/bin/process-compose "$@"
|
|
||||||
#
|
|
||||||
# '';
|
|
||||||
# };
|
|
||||||
mkPostgres =
|
mkPostgres =
|
||||||
{
|
{
|
||||||
name,
|
name,
|
||||||
|
|||||||
Reference in New Issue
Block a user