Skip to content

Commit 7b327da

Browse files
committed
set up check shell
1 parent 189f890 commit 7b327da

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

flake.nix

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,11 @@
366366
++ [ self.devShell.${system}.inputDerivation self.devShell.${system}.nativeBuildInputs ];
367367
} ''
368368
cd ${self}
369-
IN_NIX_SHELL=true make format_check cabalfmt_check nixpkgsfmt_check lint
369+
export LC_CTYPE=C.UTF-8
370+
export LC_ALL=C.UTF-8
371+
export LANG=C.UTF-8
372+
export IN_NIX_SHELL='pure'
373+
make format_check cabalfmt_check nixpkgsfmt_check lint
370374
mkdir $out
371375
'');
372376

0 commit comments

Comments
 (0)