From 529619647c9ec37b47dcb04a9ecca45450d9c6a6 Mon Sep 17 00:00:00 2001 From: Fabian Hauser Date: Tue, 14 Jan 2025 20:38:39 +0200 Subject: [PATCH] Switch shell to mkShellNoCC --- dev-shells/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-shells/default.nix b/dev-shells/default.nix index 1b4f803..9cf2f44 100644 --- a/dev-shells/default.nix +++ b/dev-shells/default.nix @@ -5,7 +5,7 @@ ... }: { - ${system}.default = pkgs.mkShell { + ${system}.default = pkgs.mkShellNoCC { name = "qois-infrastructure-shell"; buildInputs = let