jade
jade
One thing I wanted this for is extracting data from overlays in order to implement some function on the overlay. Specifically, I wanted to gather all the names and versions...
ooh, that's a fun bug! I wonder why that happens. I don't have time to look into it right now, but that's very surprising. I've never tried using it always-on...
Also it seems that the docs are inaccurate about being able to instrument via the manager, or at least they're unclear.
Idea on how to implement the manager instrumentation: use managerWrapException, since it seems that it gets wrapped around every request. But unfortunately this doesn't actually follow the lifecycle of the...
Nano Server is a stripped down Windows Server with only .NET core clr on it. It breaks a good few things. On 25 Jun 2016 1:07 PM, "CryptonZylog" [email protected] wrote:...
~cause is #8911 possibly
For some reason this issue didn't get linked: https://github.com/NixOS/nixpkgs/issues/237637 I am actually properly looking into *that* instance of it now, and my suspicion is that it is related to the...
Fixed in 0.5.10
Update from later: if you name your thing source, Nix will indeed not do the buggy behaviour. Rather odd.
The specific motivation for this is that nixpkgs forces you to a particular version of libraries (sometimes undesirable if you don't wanna write an overlay), and often things are marked...