This commit is contained in:
2025-09-15 08:14:07 +00:00
parent 72093f2498
commit 721f529172
2 changed files with 32 additions and 24 deletions

View File

@@ -63,6 +63,14 @@
(final: prev: {
zjstatus = inputs.zjstatus.packages.${prev.system}.default;
})
(final: prev: {
ghostty-bin = prev.ghostty-bin.overrideAttrs (old: {
src = prev.fetchurl {
url = "https://release.files.ghostty.org/1.2.0/Ghostty.dmg";
hash = "sha256-ZOUUGI9UlZjxZtbctvjfKfMz6VTigXKikB6piKFPJkc=";
};
});
})
];
nix-homebrew = {