always use clang to build lix

This commit is contained in:
eldritch horrors 2024-09-09 01:05:28 +02:00
parent cecf70b775
commit 353b25f0b6

View file

@ -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