-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbuild.zig.zon
40 lines (40 loc) · 1.8 KB
/
build.zig.zon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
.{
.name = "nixos",
.version = "0.12.0-dev",
.minimum_zig_version = "0.13.0",
.paths = .{
"build.zig",
"build.zig.zon",
"src",
"README.md",
},
.dependencies = .{
// Make sure the flake input is in sync with the Zig-fetched package
// by updating the zignix input inside flake.nix any time this package
// is updated.
// .zignix = .{
// .url = "https://github.com/water-sucks/zignix/archive/8ab6fb2688d3c7a1e4797c063fd8caddd162b270.tar.gz",
// .hash = "1220af3693cc465af183cbef9b17123012d4e4b39d22d42b7a9385917d5c6fe269cc",
// },
.@"zig-toml" = .{
.url = "https://github.com/sam701/zig-toml/archive/67e35c75c5d11caf398bccae39d14d7187d1a952.tar.gz",
.hash = "1220ced9b2f6943f688ce1e20a40f143d83c4182320e4b9d30e470b010d44b356f0a",
},
.zf = .{
.url = "https://github.com/natecraddock/zf/archive/ed99ca18b02dda052e20ba467e90b623c04690dd.tar.gz",
.hash = "1220edc3b8d8bedbb50555947987e5e8e2f93871ca3c8e8d4cc8f1377c15b5dd35e8",
},
.zeit = .{
.url = "https://github.com/rockorager/zeit/archive/1d2dc95d73160096f84830e54b419514e41e78e8.tar.gz",
.hash = "1220aad3a3b05b27a2453ddb68caa70a656c530f69e321cf79a89d2a9c4b2dd51640",
},
.vaxis = .{
.url = "https://github.com/water-sucks/libvaxis/archive/2dce933ccca04a87bc6ccf690ddf516516cb2acb.tar.gz",
.hash = "12208b59a13aa5211bc93dcdc00c05ca171f87a7d1ca3599aeaa83bb3bf1df388eb1",
},
.koino = .{
.url = "https://github.com/kivikakk/koino/archive/0151bb37714d93688f31e3d7a3d0369106818f26.tar.gz",
.hash = "122055057fe62c0a8bcccb3c36a23115db58a185af2c18dd41d0bb4ac083f519ad5d",
},
},
}