Add the complete overlay structure using numtide/blueprint with: - Two overlay strategies (default and shared-nixpkgs) - goose-cli package with custom librusty_v8 fetcher - Interactive package launcher via fzf - Flake input caching utility - Comprehensive README and AGENTS.md documentation
7 lines
114 B
Nix
7 lines
114 B
Nix
{
|
|
packages,
|
|
}:
|
|
final: _prev: {
|
|
millerson-nix-overlay = packages.${final.stdenv.hostPlatform.system} or { };
|
|
}
|