nix: fix warning by replacing pkgs.system with pkgs.stdenv.hostPlatform.system
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
}: let
|
||||
inherit (pkgs) callPackage ;
|
||||
mango = callPackage ./nix {
|
||||
inherit (inputs.scenefx.packages.${pkgs.system}) scenefx;
|
||||
inherit (inputs.scenefx.packages.${pkgs.stdenv.hostPlatform.system}) scenefx;
|
||||
};
|
||||
shellOverride = old: {
|
||||
nativeBuildInputs = old.nativeBuildInputs ++ [];
|
||||
|
||||
Reference in New Issue
Block a user