From c81c7b573aa98953ed77fdf8b318e67d3cbe267a Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sun, 15 Sep 2024 07:54:55 +0200 Subject: Added Zig and X11 example for creating simple Window --- shell.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix index ba1a6ce..61fda73 100644 --- a/shell.nix +++ b/shell.nix @@ -1,11 +1,17 @@ { pkgs ? import {} }: pkgs.mkShell { nativeBuildInputs = with pkgs.buildPackages; [ + # Compilers and tools. binutils gnumake nasm tinycc + clang zig zls + + # Dev libraries and deps. + xorg.libX11 + xorg.libX11.dev ]; } -- cgit v1.2.3