Is your feature request related to a problem? Please describe.
This repository defines named configurations based upon platform (e.g. linux-nixpkgs, macos-nixpkgs, linux-bindist, macos-bindist). In theory, some/all of the configuration could be migrated to platform discovery features using target_compatible_with or select().
Describe the solution you'd like
Review the OS-specific configuration settings and propose alternative implementations.
Is your feature request related to a problem? Please describe.
This repository defines named configurations based upon platform (e.g.
linux-nixpkgs,macos-nixpkgs,linux-bindist,macos-bindist). In theory, some/all of the configuration could be migrated to platform discovery features usingtarget_compatible_withorselect().Describe the solution you'd like
Review the OS-specific configuration settings and propose alternative implementations.