reflex-frp / reflex-platform

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.
https://reflex-frp.org
BSD 3-Clause "New" or "Revised" License
713 stars 163 forks source link

Replace deprecated nix names in notes #807

Closed alexfmpe closed 1 year ago

alexfmpe commented 1 year ago

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 seems common-setup.sh will create the binary-caches line if missing, so both should exist, and list options get concatenated AFAICT.