ners
ners
Actually, I fully expect that it means the former. Nix caching is not similar to Docker layers, which have a linear dependency chain (based on where in the stack the...
Here's a simple flake with a dev shell that contains Obelisk: ```nix { nixConfig.binaryCaches = [ "https://nixcache.reflex-frp.org" ]; nixConfig.binaryCachePublicKeys = [ "ryantrinkle.com-1:JJiAKaRv9mWgpVAz8dwewnZe0AzzEAzPkagE9SP5NWI=" ]; inputs.nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; inputs.flake-utils.url = "github:numtide/flake-utils"; inputs.obelisk...
Also spotted in x86-64 WSL. 
@chysi can you rebase your commits so we only have the 2 good ones?
Apologies for my delayed response. There is a built-in escape hatch (that is sadly not documented anywhere but in code): you can use the environment variable `NIX_MONITOR=disable` to pass everything...
@Cajunvoodoo I'd love to collaborate with you on this!
@turion please do, I'll have some time to look into it in the coming days.
How about ```haskell initClockM :: m cl -> MSF m () (Time cl, Tag cl) initClock :: cl -> MSF m () (Time cl, Tag cl) initClock = initClockM ....
I would like to host Hydra in an environment where not having custom SSO is a blocker, so I am quite keen on this change. What can we do to...