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;
|
stdenv' = pkgs.overrideCC hostLLVM.stdenv hostLLVM.clangUseLLVM;
|
||||||
in
|
in
|
||||||
stdenv'.override (old: {
|
stdenv'.override (old: {
|
||||||
hostPlatform = mkLLVMPlatform old.hostPlatform;
|
hostPlatform = mkLLVMPlatform stdenv'.hostPlatform;
|
||||||
buildPlatform = mkLLVMPlatform old.buildPlatform;
|
buildPlatform = mkLLVMPlatform stdenv'.buildPlatform;
|
||||||
extraNativeBuildInputs = [
|
extraNativeBuildInputs = [
|
||||||
hostLLVM.lld
|
hostLLVM.lld
|
||||||
pkgs.patchelf
|
pkgs.patchelf
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user