update check

This commit is contained in:
2025-03-15 23:59:47 +04:00
parent 54775073d0
commit 9efbbbacdf

View File

@@ -50,8 +50,7 @@ in
in
pkgs.writeShellApplication {
inherit name;
text = ''
${checks}
text = checks ++ ''
PC_CONFIG_FILES=${configFile} ${pkgs.process-compose}/bin/process-compose "$@"
'';