Loading pkgs/development/compilers/opensmalltalk-vm/default.nix +9 −4 Original line number Diff line number Diff line { config, stdenv, lib, fetchFromGitHub, Loading Loading @@ -190,6 +191,10 @@ let platform = stdenv.targetPlatform.system; in if (!config.allowAliases && !(vmsByPlatform ? platform)) then # Don't throw without aliases to not break CI. null else vmsByPlatform.${platform} or (throw ( "Unsupported platform ${platform}: only the following platforms are supported: " + builtins.toString (builtins.attrNames vmsByPlatform) Loading Loading
pkgs/development/compilers/opensmalltalk-vm/default.nix +9 −4 Original line number Diff line number Diff line { config, stdenv, lib, fetchFromGitHub, Loading Loading @@ -190,6 +191,10 @@ let platform = stdenv.targetPlatform.system; in if (!config.allowAliases && !(vmsByPlatform ? platform)) then # Don't throw without aliases to not break CI. null else vmsByPlatform.${platform} or (throw ( "Unsupported platform ${platform}: only the following platforms are supported: " + builtins.toString (builtins.attrNames vmsByPlatform) Loading