14 lines
392 B
Nix
14 lines
392 B
Nix
|
# generated by zon2nix (https://github.com/nix-community/zon2nix)
|
||
|
|
||
|
{ linkFarm, fetchzip }:
|
||
|
|
||
|
linkFarm "zig-packages" [
|
||
|
{
|
||
|
name = "1220dee955839b7f267c1bb21e0ee60888c08f408c30f0722b243cabcc8cce8b7508";
|
||
|
path = fetchzip {
|
||
|
url = "https://codeberg.org/dude_the_builder/ziglyph/archive/v0.11.1.tar.gz";
|
||
|
hash = "sha256-tpl4RyCcukKWZehlZf6t2n41gYFDyL27t7+bzcxHP7g=";
|
||
|
};
|
||
|
}
|
||
|
]
|