- Add `opencode` flake input pinned to v1.1.27 for stability - Remove local `pkgs/opencode` derivation and overlay - Add `opencode` and `opencode-desktop` to `pkgs/default.nix` from input
11 lines
297 B
Nix
11 lines
297 B
Nix
{prev}: {
|
|
# Package modifications
|
|
# This overlay contains package overrides and modifications
|
|
|
|
# n8n = import ./n8n.nix {inherit prev;};
|
|
# beads = import ./beads.nix {inherit prev;};
|
|
|
|
# Add more modifications here as needed
|
|
# example-package = prev.example-package.override { ... };
|
|
}
|