Merge pull request #204641 from thiagokokada/resholve-use-system-from-hostPlatform

resholve: use system from stdenv.hostPlatform instead of alias
This commit is contained in:
Artturi
2022-12-05 17:35:34 +02:00
committed by GitHub
+2 -2
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,