From 7aae858809f39d9ed0b94ba4c53ee1bead42e6e4 Mon Sep 17 00:00:00 2001 From: Erwin Boskma Date: Sat, 28 Dec 2024 17:01:08 +0100 Subject: [PATCH] ghostty: Use GitHub URL --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 03ce995..2cf9d49 100644 --- a/flake.nix +++ b/flake.nix @@ -103,7 +103,8 @@ }; ghostty = { - url = "git+https://git.datarift.nl/erwin/ghostty.git?ref=main"; + url = "github:ghostty-org/ghostty"; + inputs.nixpkgs-unstable.follows = "nixpkgs"; }; caddy-with-plugins = {