empty zig + raylib in nix
This commit is contained in:
commit
83aa7b8e66
5 changed files with 63 additions and 0 deletions
16
shell.nix
Normal file
16
shell.nix
Normal file
|
@ -0,0 +1,16 @@
|
|||
{ pkgs ? import <nixpkgs> {} }:
|
||||
|
||||
pkgs.mkShell {
|
||||
buildInputs = with pkgs; [
|
||||
zig
|
||||
|
||||
xorg.libX11
|
||||
xorg.libXcursor
|
||||
xorg.libXi
|
||||
xorg.libXext
|
||||
xorg.libXrandr
|
||||
xorg.libXinerama
|
||||
libGL
|
||||
libGLU
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue