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