build(nix): use mkShellNoCC for devShell

This commit is contained in:
winston 2024-05-21 18:03:52 +02:00
parent 4b874b7343
commit 1e453970cc
Signed by: winston
GPG key ID: 3786770EDBC2B481

View file

@ -62,7 +62,7 @@
}; };
}; };
devShells.default = pkgs.mkShell { devShells.default = pkgs.mkShellNoCC {
inherit (config.pre-commit.devShell) shellHook; inherit (config.pre-commit.devShell) shellHook;
RULES = "./home/secrets/secrets.nix"; RULES = "./home/secrets/secrets.nix";
buildInputs = buildInputs =