update nixpkgs; applyPatches to fix toolchain (nixpkgs!269077)

This commit is contained in:
Alexander Sosedkin 2024-02-17 14:22:51 +01:00
parent 970a735f56
commit 6daee58791
13 changed files with 80 additions and 28 deletions

View file

@ -1,7 +1,6 @@
# Copyright (c) 2019-2023, see AUTHORS. Licensed under MIT License, see LICENSE.
{ callPackage
, nixpkgs
, fetchurl
, python3
, pkg-config
@ -9,7 +8,7 @@
}:
let
pkgsCross = import nixpkgs (callPackage ./cross-pkgs-args.nix { });
pkgsCross = callPackage ./cross-pkgs.nix { };
in
pkgsCross.stdenv.mkDerivation rec {