JackKelly-Bellroy
JackKelly-Bellroy
Is this relevant? CI appears to have included stackage nightly for a while.
I am not familiar with the stackage ecosystem at all, so I'll leave that one to you.
The example in https://github.com/bellroy/wai-handler-hal might also be good, if you're going to start building a list. It includes a CDK project for deployment, and nix scripts to build the binaries.
It turns out I didn't end up needing a non-daemon install, so I'm happy to leave this open or close it or whatever.
I just confused my colleague by trying to explain what `:-` meant; pointing him at this issue seemed to help. +1 from me to move away from an operator toward...
We've found a workaround for ARM Macs: set `system = x86_64-darwin` in `nix.conf`, rather than passing it as an argument (and optionally, `extra-platforms = aarch64-darwin`). This has the sad side-effect...
Suggestions from Nix upstream: * Use `__structuredAttrs = true;`, as Nix >= 2.4 can handle that (and possibly Nix 2.3 too). * Use `listToAttrs` to dedup the list in a...
Sure does. If @theburningmonk merges #26 I'll rebase this PR.
I don't want to rearrange the namespace if we'll end up wanting to rearrange it again, so it's probably worth talking about it now, at least for a little while....
I'm looking at deploying an existing stack to multiple regions, and while a lot of sam configuration is reusable with minor tweaks, it would help to be able to deploy...