David Arnold

Results 1203 comments of David Arnold

https://github.com/styx-static/styx/pull/65 uff :smiley: Meanwhile, we must content with a fork: https://github.com/divnix/styx

@siraben I've gone a little wild yesterday by sort of finishing off the 1.0.0 release work. Since I'm not yet acrively using `styx`, I'm only as confident as yhe test...

/cc @manveru: "tullia clade" -> "tullia blockType"

I've seen that before, yes. Didn't dig into it further, yet.

@michalrus maybe yo've still got a simple repro-repo laying around. Now, that we have nix debugger and such, and that I've got some.time, I may have a look at this...

Thanks for this repro-case! I played around a little and this seems to be a bug in `nix` that doesn't show proper error messages in the `repl`: ```console ❯ nix...

> Once we find a way to hook the nix devshell into a nutshell, That would be a bold move all together. 😁 https://github.com/nushell/nu_scripts/tree/main/direnv But it looks like nushell is...

The immediate solution is: ``` # pkgs.nix { inputs, cell}: inputs.nixpkgs.extend (self:super {}) # or .appendOverlays ``` But that would probably be also bad for eval of the `std` CLI...

In general, I'd recommend to as much as possible consider the approach that @GTrunSec exemplified above. In my opinion, it is a really good idiomatic compromise as it: - keeps...

To be documented as part of #115.