oxwm: vendor lua zon dependency

This commit is contained in:
tonybanters
2026-05-16 22:13:47 -07:00
parent a507f08ca6
commit 93d3caa745
+17
View File
@@ -0,0 +1,17 @@
# generated by zon2nix (https://github.com/nix-community/zon2nix)
{
linkFarm,
fetchzip,
fetchgit,
}:
linkFarm "zig-packages" [
{
name = "N-V-__8AAKEzFAAA695b9LXBhUSVK5MAV_VKSm1mEj3Acbze";
path = fetchzip {
url = "https://www.lua.org/ftp/lua-5.4.8.tar.gz";
hash = "sha256-6TMsVp2D3WtvnwyhvwodjQH3kvTXz1rSMWwiHazvKys=";
};
}
]