Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
undefined-moe committed Mar 25, 2024
1 parent 896b836 commit f7c3261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion judge.nix
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ pkgs.buildEnv {
mkdir $out/buildInfo
echo 'root:x:0:0:root:/root:/bin/bash' >$out/etc/passwd
date >$out/buildInfo/timestamp
ln -sf ${locales}/lib/locale/locale-archive $out/usr/lib/locale
ln -sf ${locales}/lib/locale/locale-archive $out/lib/locale
'';
}

0 comments on commit f7c3261

Please sign in to comment.