mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
update overlay but we still can't use master
This commit is contained in:
6
flake.lock
generated
6
flake.lock
generated
@ -109,11 +109,11 @@
|
|||||||
"nixpkgs": "nixpkgs_2"
|
"nixpkgs": "nixpkgs_2"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1661275194,
|
"lastModified": 1662000959,
|
||||||
"narHash": "sha256-1PenHIm/ScA5lIUfaPzwQKcmbxnlZNgQTK38Gv8UXzg=",
|
"narHash": "sha256-2wW8/BWusCtDYiHkF4/o4Se16qc/EbtMsZuQspTW4lY=",
|
||||||
"owner": "mitchellh",
|
"owner": "mitchellh",
|
||||||
"repo": "zig-overlay",
|
"repo": "zig-overlay",
|
||||||
"rev": "de3aa2eee56c6d1d38740801c9d1902aba5047fd",
|
"rev": "9c8e4148bdc806397900cb95c7d2b3f844ac7aff",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -15,5 +15,6 @@ final: prev: rec {
|
|||||||
# zig we want to be the latest nightly since 0.9.0 is not released yet.
|
# zig we want to be the latest nightly since 0.9.0 is not released yet.
|
||||||
# NOTE: we are pinned to this master version because it broke at a certain
|
# NOTE: we are pinned to this master version because it broke at a certain
|
||||||
# point due to the self-hosted compiler. We'll fix this ASAP.
|
# point due to the self-hosted compiler. We'll fix this ASAP.
|
||||||
|
#zig = final.zigpkgs.master;
|
||||||
zig = final.zigpkgs.master-2022-08-19;
|
zig = final.zigpkgs.master-2022-08-19;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user