This repository has been archived on 2024-10-30. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
emacs/packages/combobulate.nix
2023-09-19 21:44:19 +02:00

10 lines
111 B
Nix

{
trivialBuild,
src,
...
}:
trivialBuild {
inherit src;
version = "git";
pname = "combombulate";
}