refactor(repo): change a bunch of everything
This commit is contained in:
parent
81f367e3aa
commit
81bee82c34
26 changed files with 352 additions and 127 deletions
14
packages/river-bedload/build.zig.zon.nix
Normal file
14
packages/river-bedload/build.zig.zon.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
# generated by zon2nix (https://github.com/nix-community/zon2nix)
|
||||
{
|
||||
linkFarm,
|
||||
fetchzip,
|
||||
}:
|
||||
linkFarm "zig-packages" [
|
||||
{
|
||||
name = "1220687c8c47a48ba285d26a05600f8700d37fc637e223ced3aa8324f3650bf52242";
|
||||
path = fetchzip {
|
||||
url = "https://codeberg.org/ifreund/zig-wayland/archive/v0.2.0.tar.gz";
|
||||
hash = "sha256-dvit+yvc0MnipqWjxJdfIsA6fJaJZOaIpx4w4woCxbE=";
|
||||
};
|
||||
}
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue