seems safe for now to remove the patched ghostty
This commit is contained in:
alsaiduq-lab 2025-09-14 17:34:09 -06:00
parent 6c4b2c0d59
commit 040cfe90dd
2 changed files with 20 additions and 167 deletions

View file

@ -22,10 +22,6 @@
url = "git+ssh://git@github.com/alsaiduq-lab/i3-dotfiles";
flake = false;
};
# see: https://github.com/ghostty-org/ghostty/commit/20c6a6fcf2a1dc72d6a60ad2f6e58cba14e4fb2f
ghostty = {
url = "github:ghostty-org/ghostty/20c6a6fcf2a1dc72d6a60ad2f6e58cba14e4fb2f";
};
};
outputs = {
@ -68,9 +64,6 @@
overlays = [
(final: prev: {ollama = unstablePkgs.ollama;})
(final: prev: {rpcs3 = unstablePkgs.rpcs3;})
(final: prev: {
ghostty = inputs.ghostty.packages.${system}.default;
})
(final: prev: {
inherit
(customPkgs)