Skip to content

Commit cde64c6

Browse files
committed
fix: unset PRJ_ROOT to prevent impure behavior
1 parent c9f9703 commit cde64c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

module-options.nix

+1
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ in
180180
else
181181
''
182182
set -euo pipefail
183+
unset PRJ_ROOT
183184
exec ${config.package}/bin/treefmt \
184185
--config-file=${config.build.configFile} \
185186
--tree-root-file=${config.projectRootFile} \

0 commit comments

Comments
 (0)