secret generators: run with set -efu -o pipefail

This commit is contained in:
lassulus
2024-01-17 18:48:39 +01:00
parent 1d4e533438
commit ce28342ba3

View File

@@ -70,6 +70,7 @@
internal = true;
default = ''
export PATH="${lib.makeBinPath config.path}"
set -efu -o pipefail
${config.script}
'';
};