A curated package set and set of tools that let you build Haskell packages so they can run on a variety of platforms. reflex-platform is built on top of the nix package manager.
Note the scripts still read/write the old names. I think it's still working, because if someone has substituters in their nix.conf and runs, say, try-reflex, then it seems common-setup.sh will create the binary-caches line if missing, so both should exist, and list options get concatenated AFAICT.
Deprecations: https://github.com/NixOS/nixpkgs/blob/d1dea16cf82d97fd65059db6fc93c4d2f688df77/nixos/modules/services/misc/nix-daemon.nix#L80
Note the scripts still read/write the old names. I think it's still working, because if someone has
substituters
in their nix.conf and runs, say,try-reflex
, then it seemscommon-setup.sh
will create thebinary-caches
line if missing, so both should exist, and list options get concatenated AFAICT.