forked from lix-project/nixos-module
always use clang to build lix
This commit is contained in:
parent
cecf70b775
commit
353b25f0b6
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue