1
Fork 0

devShells: noCC

This commit is contained in:
Motiejus Jakštys 2024-10-09 22:00:26 -04:00
parent 738d2de80d
commit f8a5331b65
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
pkgs = import nixpkgs { inherit system; };
in
{
devShells.default = pkgs.mkShell {
devShells.default = pkgs.mkShellNoCC {
LOCALE_ARCHIVE = "${pkgs.glibcLocales}/lib/locale/locale-archive";
packages = with pkgs; [
hugo