mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
update to latest zig
This commit is contained in:
@ -106,7 +106,7 @@ fn conformanceSteps(
|
|||||||
|
|
||||||
// Open the directory ./conformance
|
// Open the directory ./conformance
|
||||||
const c_dir_path = root() ++ "/conformance";
|
const c_dir_path = root() ++ "/conformance";
|
||||||
var c_dir = try fs.openDirAbsolute(c_dir_path, .{ .iterate = true });
|
var c_dir = try fs.openIterableDirAbsolute(c_dir_path, .{});
|
||||||
defer c_dir.close();
|
defer c_dir.close();
|
||||||
|
|
||||||
// Go through and add each as a step
|
// Go through and add each as a step
|
||||||
|
6
flake.lock
generated
6
flake.lock
generated
@ -109,11 +109,11 @@
|
|||||||
"nixpkgs": "nixpkgs_2"
|
"nixpkgs": "nixpkgs_2"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1657932590,
|
"lastModified": 1658364818,
|
||||||
"narHash": "sha256-/VYiDnfb2HMs5N4eEB2PHDW07FDDiRUtz3uYhHVZztk=",
|
"narHash": "sha256-i2tMXGyg65fCSId1oI2Yx8eB49FeXdHylLeiXOCJppQ=",
|
||||||
"owner": "roarkanize",
|
"owner": "roarkanize",
|
||||||
"repo": "zig-overlay",
|
"repo": "zig-overlay",
|
||||||
"rev": "a5081a3f6ffc59ddb82fce68bb695779c0ea0aac",
|
"rev": "e9fedbc0f672b54baa5a671a7e5729a366278188",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
Reference in New Issue
Block a user