up ghostty

This commit is contained in:
2025-09-15 19:12:26 +02:00
parent 721f529172
commit 57207e9cb2
2 changed files with 3 additions and 18 deletions

View File

@@ -25,10 +25,6 @@
url = "github:homebrew/homebrew-cask";
flake = false;
};
homebrew-axe = {
url = "github:cameroncooke/homebrew-axe";
flake = false;
};
nixvim.url = "github:nix-community/nixvim";
zjstatus.url = "github:dj95/zjstatus";
};
@@ -65,9 +61,10 @@
})
(final: prev: {
ghostty-bin = prev.ghostty-bin.overrideAttrs (old: {
version = "1.2.0";
src = prev.fetchurl {
url = "https://release.files.ghostty.org/1.2.0/Ghostty.dmg";
hash = "sha256-ZOUUGI9UlZjxZtbctvjfKfMz6VTigXKikB6piKFPJkc=";
hash = "sha256-QyHKQ00iRxWS6GwPfRAi9RDSlgX/50N0+MASmnPGAo4=";
};
});
})
@@ -105,18 +102,6 @@
(final: prev: {
zjstatus = inputs.zjstatus.packages.${prev.system}.default;
})
(_: prev: {
tailscale = prev.tailscale.overrideAttrs (old: {
checkFlags =
builtins.map (
flag:
if prev.lib.hasPrefix "-skip=" flag
then flag + "|^TestGetList$|^TestIgnoreLocallyBoundPorts$|^TestPoller$"
else flag
)
old.checkFlags;
});
})
];
}
./hosts/nixos/${hostname}