46d00f3b43
The package now has the same name as the `app` and the command (`bin/flake-info`).
9 lines
203 B
Nix
9 lines
203 B
Nix
final: prev:
|
|
{
|
|
nixos-search = {
|
|
frontend = import ./. { pkgs = prev; };
|
|
import_scripts = import ./import-scripts { pkgs = prev; };
|
|
flake-info = import ./flake-info { pkgs = prev; };
|
|
};
|
|
}
|