use ghostty 1.0.0

This commit is contained in:
Daylin Morgan 2024-12-27 10:45:43 -06:00
parent 4e3b85320d
commit 769813e3f1
Signed by: daylin
GPG key ID: 950D13E9719334AD
2 changed files with 11 additions and 8 deletions

View file

@ -279,17 +279,18 @@
"zig": "zig" "zig": "zig"
}, },
"locked": { "locked": {
"lastModified": 1735053980, "lastModified": 1735243222,
"narHash": "sha256-SEaK0ZkIT+2+Z6naqAsCxTC49jAVgtWmllyz4yT+580=", "narHash": "sha256-AHI1Z4mfgXkNwQA8xYq4tS0/BARbHL7gQUT41vCxQTM=",
"ref": "refs/heads/main", "ref": "refs/tags/v1.0.0",
"rev": "f46a67696ec8606681f38f559e80e5eb95e04c4a", "rev": "9b530d68117161d3d7c04812ba9f4bec258d9d33",
"revCount": 8431, "revCount": 8469,
"type": "git", "type": "git",
"url": "ssh://git@github.com/ghostty-org/ghostty" "url": "https://github.com/ghostty-org/ghostty.git"
}, },
"original": { "original": {
"ref": "refs/tags/v1.0.0",
"type": "git", "type": "git",
"url": "ssh://git@github.com/ghostty-org/ghostty" "url": "https://github.com/ghostty-org/ghostty.git"
} }
}, },
"gitignore": { "gitignore": {

View file

@ -36,14 +36,16 @@
# inputs.nixpkgs.follows = "nixpkgs"; # inputs.nixpkgs.follows = "nixpkgs";
# }; # };
# https://github.com/NixOS/nixpkgs/pull/368404 replace when PR merged?
# https://github.com/ghostty-org/ghostty/issues/2025 # https://github.com/ghostty-org/ghostty/issues/2025
ghostty = { 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 = { inputs = {
nixpkgs-stable.follows = "nixpkgs"; nixpkgs-stable.follows = "nixpkgs";
nixpkgs-unstable.follows = "nixpkgs"; nixpkgs-unstable.follows = "nixpkgs";
}; };
}; };
comin = { comin = {
url = "github:nlewo/comin"; url = "github:nlewo/comin";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";