From 4c8cd73aea98432b67fa5e64ac101c0bcf2b3762 Mon Sep 17 00:00:00 2001 From: Daniel Patterson Date: Thu, 2 Jan 2025 21:27:03 +0000 Subject: [PATCH] Ghostty --- flake.lock | 19 ++++++++++--------- flake.nix | 2 +- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/flake.lock b/flake.lock index 0384eb9..073d9c3 100644 --- a/flake.lock +++ b/flake.lock @@ -263,17 +263,18 @@ "zig": "zig" }, "locked": { - "lastModified": 1735509915, - "narHash": "sha256-9CzFZKleAOX4yMiba1QDLDZT3tyD88ZF2e/S4pRbnWc=", - "ref": "refs/heads/main", - "rev": "d5703a57e7d7bcf8dd9bd5711d9f351e5a43446b", - "revCount": 8606, - "type": "git", - "url": "ssh://git@github.com/ghostty-org/ghostty" + "lastModified": 1735678070, + "narHash": "sha256-BiXFNeoL+BYpiqzCuDIrZGQ6JVI8cBOXerJH48CbnxU=", + "owner": "ghostty-org", + "repo": "ghostty", + "rev": "3f7c3afaf947280bd2852626ff4599c02d9fb07e", + "type": "github" }, "original": { - "type": "git", - "url": "ssh://git@github.com/ghostty-org/ghostty" + "owner": "ghostty-org", + "ref": "v1.0.1", + "repo": "ghostty", + "type": "github" } }, "git-hooks": { diff --git a/flake.nix b/flake.nix index ff1eb4e..da713ff 100644 --- a/flake.nix +++ b/flake.nix @@ -11,7 +11,7 @@ devenv.inputs.nixpkgs.follows = "nixpkgs"; ghostty = { - url = "git+ssh://git@github.com/ghostty-org/ghostty"; + url = "github:ghostty-org/ghostty?ref=v1.0.1"; inputs.nixpkgs-stable.follows = "nixpkgs"; inputs.nixpkgs-unstable.follows = "nixpkgs"; };