update check

This commit is contained in:
2025-03-15 23:57:42 +04:00
parent 7e46072451
commit 54775073d0

View File

@@ -17,7 +17,7 @@ in
attrs: attrs:
lib.mapAttrsToList (k: v: '' lib.mapAttrsToList (k: v: ''
echo "Running ${k}" echo "Running ${k}"
${v} ${v}/bin/check
echo "Passed ${k}" echo "Passed ${k}"
'') attrs.checks '') attrs.checks
) modules ) modules
@@ -99,10 +99,9 @@ in
) )
); );
configFileCheck = pkgs.writeShellScript { configFileCheck = pkgs.writeShellScript {
name = "postgresql-config-check-${name}"; name = "check";
text = '' text = ''
${package}/bin/postgres -D${configFile} -C config_file ${package}/bin/postgres -D${configFile} -C config_file
touch $out
''; '';
}; };
in in