eb389d6199b7ff58f9ae224bdccba63a6c3b5e2f
resources as a reference for future me: https://ziggit.dev/t/windows-system-library-include-issues-with-build-zig/3150 https://discourse.nixos.org/t/how-can-i-resolve-this-libwayland-client-glfw-wayland-error/33824/6 https://discourse.nixos.org/t/raylib-games-failed-to-load-libwayland-client/45722e1b4b26f34/default.nix (L11)7f266be470/pkgs/by-name/ee/eepers/package.nixhttps://discourse.nixos.org/t/running-a-rust-application-that-needs-egl-with-shell-nix/33245 https://discourse.nixos.org/t/cannot-find-library-on-statically-linked-builds/36169/4 https://nixos.wiki/wiki/Cross_Compiling83aa7b8e66https://github.com/quot/Zig-Raylib-Flake-Template/tree/main (works with zig13 only) https://github.com/nix-community/templates/blob/main/zig/flake.nix https://www.reddit.com/r/Zig/comments/1g3lwh0/using_raylib_with_zig_how/ https://github.com/Miou-zora/Raylib-Zig-Nix/blob/main/build.zig.zon (doesn't work) https://github.com/google-deepmind/pysc2/issues/207 https://github.com/ziglang/zig/issues/16733 https://github.com/ziglang/zig/issues/16733#issuecomment-1818185713 https://github.com/ziglang/zig/issues/13177 https://github.com/bevyengine/bevy/blob/latest/docs/linux_dependencies.md This last one is bevy docs but copying the nix-shell andd adding wayland-scanner seems to also work for zig raylib
Dotfiles
My personal dotfiles for reproducing my entire machine.
Includes
- Operating System and packages (NixOS)
- Neovim config
- Ghostty Terminal config
- Tmux config
- Utility scripts
Installation
Use your preferred package manager to install GNU stow
Then clone the repository
git clone https://github.com/kyren223/dotfiles
Let stow generate all the symlinks for you
cd ~/dotfiles && stow .
You may need to add the --adopt flag to stow to override your existing dotfiles.
If using NixOS, rebuild your system using the flake
sudo nixos-rebuild switch --flake ~/dotfiles#kyren-laptop
Description
Languages
Lua
77.4%
Shell
11.6%
Python
6.9%
Scheme
2.1%
Vim Script
1.4%
Other
0.6%