Skip to content

Commit

Permalink
add locales
Browse files Browse the repository at this point in the history
  • Loading branch information
undefined-moe committed Mar 25, 2024
1 parent 10676c0 commit 6156cc9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions judge.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ pkgs.buildEnv {
pkgs.unzip
gcc
pkgs.fpc
pkgs.glibc
(pkgs.glibcLocales.override { locales = [ "en_US.UTF-8" ]; })
] ++ (if !minimal then
((with pkgs; [
gdb
Expand Down

0 comments on commit 6156cc9

Please sign in to comment.