with (import {}); mkShell { buildInputs = with pkgs; [ zig ]; shellHook = ""; }