From f8a5331b65e9bc204d892d29bc48a14f3028c7a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Wed, 9 Oct 2024 22:00:26 -0400 Subject: [PATCH] devShells: noCC --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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