Domen Kožar

Results 1425 comments of Domen Kožar

Ah, I didn't mean to close it.

I'm definitely up for supporting this. Right now I'll prioritize a few things over it (like #60 #34, #9, etc) but once it's a low hanging fruit it should be...

Is post-build-hook executed on the client or daemon side?

(you probably mean cachix where you say cargo?)

Yeah I agree with this and I plan to experiment how feasible it is. I've laid down a plan in #53 and this is on the horizon soon! https://hackage.haskell.org/package/stm-2.5.0.0/docs/Control-Concurrent-STM-TChan.html

Here's the plan how this will work: Using async to start two concurrent threads. The first thread is doing stuff and feeding things to a channel. The second one is...

Queue implemented in https://github.com/cachix/cachix/pull/353, what's left then is the interface for post-build-hook and sockets. @colemickens are you sure that post-build-hook works when specified on the client?

Cool - I'm going to implement `push-run` first and then also the build hook handling. Happy to compare - one thing that cachix does well is that it ensures whole...

@razvan-flavius-panda it seems like in your case, the problem is that `nix-default` fails to execute properly due to `error: syntax error, unexpected $end, at /home/neo/default.nix:1:1`