about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--shells/linux.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/shells/linux.nix b/shells/linux.nix
index 0ea7e4f85c85..6b5857d7cc3e 100644
--- a/shells/linux.nix
+++ b/shells/linux.nix
@@ -3,6 +3,9 @@ with pkgs;
 
 (import ./c.nix args).overrideAttrs ({ buildInputs ? [], ... }: {
   name = "linux-shell";
+
+  NIX_CFLAGS_COMPILE = null;
+
   buildInputs = buildInputs ++ [
     elfutils openssl