From 2b55e7014895ab864ab67ce145c7a2e4a58839a4 Mon Sep 17 00:00:00 2001 From: Kenichi Kamiya Date: Thu, 25 Jul 2024 02:36:17 +0900 Subject: [PATCH] Drop needless CC from dev shell Same as https://github.com/NixOS/nixpkgs/blob/a1159ff6c68901142ae41788387bc4c841f190b2/shell.nix#L24C6-L24C18 --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 6e81d0d4..c45bf9eb 100644 --- a/flake.nix +++ b/flake.nix @@ -68,7 +68,7 @@ { default = with pkgs; - mkShell { + mkShellNoCC { buildInputs = [ # https://github.com/NixOS/nix/issues/730#issuecomment-162323824 bashInteractive