From 353b25f0b6da5ede15206d416345a2ec4195b5c8 Mon Sep 17 00:00:00 2001 From: eldritch horrors Date: Mon, 9 Sep 2024 01:05:28 +0200 Subject: [PATCH] always use clang to build lix --- overlay.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/overlay.nix b/overlay.nix index eaeb16b..8b0ae80 100644 --- a/overlay.nix +++ b/overlay.nix @@ -7,6 +7,7 @@ let # https://github.com/nixos/nixpkgs/blob/6afb255d976f85f3359e4929abd6f5149c323a02/nixos/modules/config/nix.nix#L121 lixPackageFromSource = final.callPackage (lix + "/package.nix") ({ inherit versionSuffix; + stdenv = final.clangStdenv; }); # These packages depend on Nix features that Lix does not support