ark/overlays/kakoune.nix

10 lines
261 B
Nix
Raw Normal View History

2021-04-21 03:11:27 +03:00
final: prev: {
2021-04-17 02:32:45 +03:00
kakoune-unwrapped = prev.kakoune-unwrapped.overrideAttrs (old: {
version = "5696ed02";
src = builtins.fetchGit {
url = "https://github.com/mawww/kakoune.git";
rev = "5696ed02e49cb9ba076a9a8ce908597720e7df1c";
};
});
}