player131007
player131007
this makes it so that you can use the module files directly: ```nix { imports = [ "${nix-index-database}/nixos-module.nix" ]; # or other module files } ``` compared to the current:...
the `--top-level` option of `nix-locate` has been removed since https://github.com/nix-community/nix-index/commit/01a24237f519b5c6d2f9c6a81e0559596f424f80
this makes it possible to use a read-only cache (e.g. from `/nix/store`). Also saves some useless writing if we use the cache, since we would've written to the cache with...