diff --git a/lib.nix b/lib.nix index 42b284d..b50e1c0 100644 --- a/lib.nix +++ b/lib.nix @@ -48,18 +48,16 @@ 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 = { name,