diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ pkgs, ... }: { - devShells.default = pkgs.mkShell { + devShells.default = pkgs.mkShellNoCC { shellHook = '' [ ! -d node_modules ] && pnpm install --frozen-lockfile ${config.pre-commit.installationScript} |
