mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-16 02:33:25 +00:00
21 lines
654 B
Nix
21 lines
654 B
Nix
|
# generated by zon2nix (https://github.com/nix-community/zon2nix)
|
||
|
|
||
|
{ linkFarm, fetchzip }:
|
||
|
|
||
|
linkFarm "zig-packages" [
|
||
|
{
|
||
|
name = "1220840390382c88caf9b0887f6cebbba3a7d05960b8b2ee6d80567b2950b71e5017";
|
||
|
path = fetchzip {
|
||
|
url = "https://codeberg.org/ifreund/zig-xkbcommon/archive/v0.1.0.tar.gz";
|
||
|
hash = "sha256-xilmsDGWlkfpTiGff+/nb76jx87ANdr4zqYy6rKOBMg=";
|
||
|
};
|
||
|
}
|
||
|
{
|
||
|
name = "1220b0f8f822c1625af7aae4cb3ab2c4ec1a4c0e99ef32867b2a8d88bb070b3e7f6d";
|
||
|
path = fetchzip {
|
||
|
url = "https://codeberg.org/ifreund/zig-wayland/archive/v0.1.0.tar.gz";
|
||
|
hash = "sha256-VLEx8nRgmJZWgLNBRqrR7bZEkW0m5HTRv984HKwoIfA=";
|
||
|
};
|
||
|
}
|
||
|
]
|