Benno Fünfstück

Results 71 comments of Benno Fünfstück

What about naming this function `bytes::literal`? Not using escape sequences for unicode would be fine, but not required for my usecase. I think it is quite common (and also matches...

Duplicate of #194

Closing this, as it looks to be a local configuration issue.

I added a comment to the configuration in 9de4d51f5e744b3790a026c53cdccb8dbc10bbf1 for home-manager.

Public databases are available via the nix-index-database repo linked above, and a online version is already requested here #194, so closing this as solved/duplicate.

One possibility would be to check if "nix registry list" is successful?

but that will break if flakes is no longer an experimental feature, right?

true, so let's check for nix show-config experimental-features and later add a version check if nix ever makes flakes support non-experimental?

I agree that `NIX_AUTO_RUN` / `NIX_AUTO_INSTALL` are probably fringe usecases that we can drop from upstream (people who want this behavior can use comma / use their own command-not-found handler)....

I am not sure if the metadata that nix-index processes includes the destination of the symlink. But if that's the case I agree that we should try to resolve symlinks...