mirror of
https://github.com/xddxdd/nix-cachyos-kernel.git
synced 2026-07-03 19:18:07 +02:00
Fix pkgs.hostPlatform deprecation warnings (#62)
This commit is contained in:
parent
65eaf1492a
commit
d3effe14f5
@ -48,8 +48,8 @@ rec {
|
||||
stdenv' = pkgs.overrideCC hostLLVM.stdenv hostLLVM.clangUseLLVM;
|
||||
in
|
||||
stdenv'.override (old: {
|
||||
hostPlatform = mkLLVMPlatform old.hostPlatform;
|
||||
buildPlatform = mkLLVMPlatform old.buildPlatform;
|
||||
hostPlatform = mkLLVMPlatform stdenv'.hostPlatform;
|
||||
buildPlatform = mkLLVMPlatform stdenv'.buildPlatform;
|
||||
extraNativeBuildInputs = [
|
||||
hostLLVM.lld
|
||||
pkgs.patchelf
|
||||
|
||||
Loading…
Reference in New Issue
Block a user