resholve: use system from stdenv.hostPlatform instead of alias

This commit is contained in:
Thiago Kenji Okada 2022-12-05 14:12:38 +00:00
parent 543070eafe
commit c6059ff8b6

View file

@ -1,12 +1,12 @@
{ lib
, stdenv
, pkgsBuildHost
, system
, ...
}:
let
pkgs = import ../../../.. {
inherit system;
inherit (stdenv.hostPlatform) system;
# Allow python27 with known security issues only for resholve,
# see issue #201859 for the reasoning
# In resholve case this should not be a security issue,