Silvan Mosberger

Results 111 comments of Silvan Mosberger

Tracked down the regression: https://github.com/NixOS/nix/issues/9901

> we don't even know why people are not using C++ bindings @Ericson2314 https://github.com/Mic92/pythonix used them, but iirc it stopped being maintained because Nix frequently changed the C++ bindings, requiring...

> I would expect the loss of performance to be insignificant compared to the overhead of actually doing the store I/O. > I guess we don't have a `readdir` cache,...

There's also https://nixfmt.serokell.io/ which was announced [on discourse](https://discourse.nixos.org/t/nixfmt-beta-release/3545)

I personally haven't seen anybody use any formatter in a project. People in nixpkgs have been discussing running one for a while now though, which is bound to happen eventually,...

See https://github.com/NixOS/nixpkgs/pull/265259#issuecomment-1799028711, we can use `callPackage` to avoid the duplication.

Fully agreed! While I'm not 100% happy with the quality of the video, it's better than nothing :) I guess it would make sense on the [official NixOS channel](https://www.youtube.com/@NixOS-Foundation) since...

@bryanhonof That would be great! Do you need anything from our side to do this? I guess title and description?

I think first of all the reference docs for the debugger should be written, they're currently inexistent!

Unfortunately the debugger has some problems, we ran into a few [last Nix Hour](https://www.youtube.com/watch?v=37quneaRUu4&list=PLyzwHTVJlRc8yjlx4VR4LU5A5O44og9in&index=1). I don't think I'll be using it in practice