diff options
| author | seth <[email protected]> | 2024-01-04 14:32:20 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2024-01-04 14:32:20 -0500 |
| commit | c356affd341af94fa932fde7051f9f77f235464a (patch) | |
| tree | e9a31e6bc5905520f1360eca6b47af94ae7fb244 /dev/shell.nix | |
| parent | 8a684397f42dea1a9add2f16201194e24c9d9f02 (diff) | |
devShells: mkShell -> mkShellNoCC
Diffstat (limited to 'dev/shell.nix')
| -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; [ |
