timd
timd
Cell Blocks always have the same API (i.e. `{inputs, cell}:`). With this addition any cell block can simply assume that `inputs` & `cell` are in scope without having to explicitly...
It seems to me that `inputs` is a bit of a misnomer, especially since the the set also contains references to local cells via the `cells` attribute. I feel a...
Currently cell-blocks just accept an attribute-set of anything, explained in the following comment: https://github.com/divnix/std/blob/3335a48d421604093e5e48527e870973d9735511/src/validators.nix#L112-L118 We should explore ways that we can eliminate infinite recursion here. `builtins.genericClosure` perhaps?
I found recently that the `--disable-layers` flag was necessary for the embedded mode to work properly on my setup. I posted some details and a few debug logs in another...
**Describe the bug** I would like to store my state in an alternative, s3 compatible bucket backend. I also do not wish to reveal the endpoint url in the code,...
We have some jobs that don't always run. We work in a monorepo and there is a lot of code in the repo not specifically related to our main application,...
**Describe the bug** I'm not sure precisely what changed but I just upgraded to 2.20 from 2.19 and now all my repos are failing that have `feature.manyFiles` set to true...
Also fixes #558 to avoid the risk of the sk-tmux script from hanging if tmux commands fail
I started experiencing some bizarre behavior just today that I thought was rather strange as I have been using the same setup for literally years now and never experienced this...
I am currently in the process of attempting to use cargo2nix to build substrate, and I've ran into a confusing snag. I have a dependency specified here: https://github.com/paritytech/substrate/blob/polkadot-v0.9.40/client/cli/Cargo.toml#L23 It is...