mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-01-02 22:20:44 -06:00
use ghostty 1.0.0
This commit is contained in:
parent
4e3b85320d
commit
769813e3f1
2 changed files with 11 additions and 8 deletions
15
flake.lock
15
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": {
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue