summaryrefslogtreecommitdiff
path: root/dev/shell.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2024-01-04 14:32:20 -0500
committerseth <[email protected]>2024-01-04 14:32:20 -0500
commitc356affd341af94fa932fde7051f9f77f235464a (patch)
treee9a31e6bc5905520f1360eca6b47af94ae7fb244 /dev/shell.nix
parent8a684397f42dea1a9add2f16201194e24c9d9f02 (diff)
devShells: mkShell -> mkShellNoCC
Diffstat (limited to 'dev/shell.nix')
-rw-r--r--dev/shell.nix2
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;
[