Yannik Sander

Results 138 comments of Yannik Sander

> Currently the on field for update-repos.yml is set to workflow_dispatch (mostly for testing purposes), how should it actually be handled? It's ok to be manual for now, but (additionally)...

That's what I think as well We cannot tell it is the exact same thing (efficiently). However we should mark clearly that the origins are different or merge them on...

`--gc` is used though You can (could?) run the import on a fresh store which the gc flag would clean up after completion. I dont know if that is still...

for the elastic-pw/user one I wonder if it would be better to implement these rather than remove them and use those flags rather than the url encoded authentication

What might be helpful, but but arguably a more heuristic solution would be to search for related options using the search and showing the results as suggested related options in...

We are preparing a cleanup of the frontend that may enable this Until then you can fill the filters yourself (I agree that's far from optimal). This url for example...

If you want to add some simple previews/text/descriptions please feel free to propose a PR to https://github.com/NixOS/nixos-search/blob/a4d84213120c701fa5e5cb6841cc12082ba86e0d/src/index.html#L6 More can be done if digging deeper into the elm, eg. showing a...

The file that is (going to) be used for this is defined as part of nixpkgs: https://github.com/NixOS/nixpkgs/blob/master/pkgs/top-level/packages-config.nix You can make a PR there, once #419 is merged, we will list...

Just implemented (not yet merged in #445). You can use ``` $ nix run github:nixos/nixos-search/cli/nixpkgs-archive-import -- --json nixpkgs-archive ``` Sadly, you wont see it on the official frontend. you could...