K900

Results 147 comments of K900

Then I guess the latter is safe to use. Updating now.

Maybe you can also add #143? With Clap v3 you should be able to just set `env = "NIX_INDEX_DATABASE"` or such.

The module needs something like this added: ``` etc."containers/containers.conf.d/99-gvproxy-path.conf".text = '' [engine] helper_binaries_dir = ["${pkgs.gvproxy}/bin"] ''; ``` This setup works for me.

The latest broot update moved the configuration file to $src/resources/default-conf/conf.hjson

Mostly because NixOS allows a very limited set of things in the build sandbox, and currently it's specifically /bin/sh and /usr/bin/env. If we do make those symlinks, we'll have two...

For NixOS there _is_ no /usr/lib. Another thing we could do is just add a separate `nixos` taint flag downstream maybe?

The user or the systemd maintainers? I was under the impression it was largely the latter.