From 769813e3f1650eafb1360351942e3016c1d6107c Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Fri, 27 Dec 2024 10:45:43 -0600 Subject: [PATCH] use ghostty 1.0.0 --- flake.lock | 15 ++++++++------- flake.nix | 4 +++- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/flake.lock b/flake.lock index c9edf31..bd4fc45 100644 --- a/flake.lock +++ b/flake.lock @@ -279,17 +279,18 @@ "zig": "zig" }, "locked": { - "lastModified": 1735053980, - "narHash": "sha256-SEaK0ZkIT+2+Z6naqAsCxTC49jAVgtWmllyz4yT+580=", - "ref": "refs/heads/main", - "rev": "f46a67696ec8606681f38f559e80e5eb95e04c4a", - "revCount": 8431, + "lastModified": 1735243222, + "narHash": "sha256-AHI1Z4mfgXkNwQA8xYq4tS0/BARbHL7gQUT41vCxQTM=", + "ref": "refs/tags/v1.0.0", + "rev": "9b530d68117161d3d7c04812ba9f4bec258d9d33", + "revCount": 8469, "type": "git", - "url": "ssh://git@github.com/ghostty-org/ghostty" + "url": "https://github.com/ghostty-org/ghostty.git" }, "original": { + "ref": "refs/tags/v1.0.0", "type": "git", - "url": "ssh://git@github.com/ghostty-org/ghostty" + "url": "https://github.com/ghostty-org/ghostty.git" } }, "gitignore": { diff --git a/flake.nix b/flake.nix index 8ac34fd..7435fc5 100644 --- a/flake.nix +++ b/flake.nix @@ -36,14 +36,16 @@ # inputs.nixpkgs.follows = "nixpkgs"; # }; + # https://github.com/NixOS/nixpkgs/pull/368404 replace when PR merged? # https://github.com/ghostty-org/ghostty/issues/2025 ghostty = { - url = "git+ssh://git@github.com/ghostty-org/ghostty"; + url = "git+https://github.com/ghostty-org/ghostty.git?ref=refs/tags/v1.0.0"; inputs = { nixpkgs-stable.follows = "nixpkgs"; nixpkgs-unstable.follows = "nixpkgs"; }; }; + comin = { url = "github:nlewo/comin"; inputs.nixpkgs.follows = "nixpkgs";