Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deal with agda2-mode / agda-input merge
agda2-mode and agda-input live in the same upstream repository. Doom handles these as separate packages (with recipes installing agda-input.el as agda-input and everything else as agda2-mode), but nixpkgs has just agda2-mode, with installing agda-input now triggering an explicit error. Work around this by by filtering out agda-input from doomPackageSet, so we do not attempt to build/install it. We generate packages.el one step earlier, but we want an `:ignore t` package in there, which we also write for packages we actually install. So this should work correctly. Although agda-input is available as a separate package in nixpkgs 24.05, its agda2-mode package already installs agda-input.el too. So this change should be correct there too, even though it is not (yet) required. Adding a placeholder agda-input package to our elisp-packages.nix does not work, because our repoToPins logic accesses `esuper.${name}`, triggering the new build error.
- Loading branch information