diff options
Diffstat (limited to 'dev')
| -rw-r--r-- | dev/shell.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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; [ |
