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