From c356affd341af94fa932fde7051f9f77f235464a Mon Sep 17 00:00:00 2001 From: seth Date: Thu, 4 Jan 2024 14:32:20 -0500 Subject: devShells: mkShell -> mkShellNoCC --- dev/shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev/shell.nix') diff --git a/dev/shell.nix b/dev/shell.nix index a12ae48..4ed5501 100644 --- a/dev/shell.nix +++ b/dev/shell.nix @@ -7,7 +7,7 @@ ... }: { devShells = { - default = pkgs.mkShell { + default = pkgs.mkShellNoCC { shellHook = config.pre-commit.installationScript; packages = with pkgs; [ -- cgit v1.2.3