diff --git a/flake.nix b/flake.nix index 2b79481..2860f8a 100644 --- a/flake.nix +++ b/flake.nix @@ -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