secret generators: run with set -efu -o pipefail
This commit is contained in:
@@ -70,6 +70,7 @@
|
||||
internal = true;
|
||||
default = ''
|
||||
export PATH="${lib.makeBinPath config.path}"
|
||||
set -efu -o pipefail
|
||||
${config.script}
|
||||
'';
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user