Sergei Trofimovich
Sergei Trofimovich
Currently working it around with `$ git config --global --add safe.directory /etc/nixos` as current user.
My suggestions are: - enable json output based on a commandline flag, say `--output=json` / `--output-tty` (existing output) - consider dumping the output as a single json object: that way...
Yeah, I have been thinking of adding a fancier progress meter like https://docs.rs/indicatif/latest/indicatif/. SOme commands are harder to track progress, like `nix` eval ones. BUt the slowest `repology` one should...
Usually you need to pass `CFLAGS` and `LDFLAGS` that library expects you to. One of the ways to do it is to query `pkg-config`: ``` $ pkg-config --libs SDL2_image -L/nix/store/zpqh4ykgy5fz0pqq7d60y7c97prr4zwd-SDL2-2.30.5/lib...
Ah, no problem! `nixpkgs` is full of such subtle magic.
The change fixes the eval failures for that attribute for me. Thank you! But I'm afraid I found another eval failure: ``` $ nix-instantiate -A python3Packages.scikit-image.tests.all-tests error: attribute 'override' missing...
> @trofi I'll fix it as well. > > Would you mind sharing how you found those evaluation errors in `.tests`? The nixpkgs-review PR ([Mic92/nixpkgs-review#397](https://github.com/Mic92/nixpkgs-review/pull/397)) to examine them hasn't been...
Tested the attribute evaluation against the current branch state. All good now. Thank you!
It usually takes quite a bit of effort to mention even most popular repositories (here is a [helix example](https://docs.helix-editor.com/package-managers.html)). WDYT of just mentioning the list of repositories that package `re2c`?...
+1 for making at least an option to remove it. Reclaiming 10 bytes on an already crowded tab/status bar would be a nice to have feature for a default plugin.