Skip to content

Fix target branch for nix-checker workflow - #229

Merged
georgewsinger merged 1 commit into
SimulaVR:masterfrom
haruki7049:fix-nix-checker
Dec 3, 2025
Merged

Fix target branch for nix-checker workflow#229
georgewsinger merged 1 commit into
SimulaVR:masterfrom
haruki7049:fix-nix-checker

Conversation

@haruki7049

Copy link
Copy Markdown
Contributor

Purpose

Fix nix-checker workflow's target branch.

@haruki7049

Copy link
Copy Markdown
Contributor Author

Simula uses master branch for default branch... So I fixed.

@georgewsinger
georgewsinger merged commit 4a688f4 into SimulaVR:master Dec 3, 2025
2 checks passed
@haruki7049
haruki7049 deleted the fix-nix-checker branch December 3, 2025 13:55
haruki7049 added a commit to haruki7049/Simula that referenced this pull request Jul 19, 2026
commit 4233633
Author: George Singer <george.w.singer@gmail.com>
Date:   Wed May 27 13:51:24 2026 -0500

    Adjust default U_PACING_APP_MIN_TIME_MS to 14.5ms

commit b36d90e
Author: George Singer <george.w.singer@gmail.com>
Date:   Wed May 27 13:47:35 2026 -0500

    Make flake.nix hashes match git submodules

commit 1570a01
Author: George Singer <george.w.singer@gmail.com>
Date:   Wed May 27 13:42:16 2026 -0500

    Optimize app launching distances for Rokid for now

commit 34d6ac1
Author: George Singer <george.w.singer@gmail.com>
Date:   Tue May 26 18:18:52 2026 -0500

    Make monado app pacing total reflect U_PACING_APP_MIN_TIME_MS if it's passed

commit 66242b9
Author: George Singer <george.w.singer@gmail.com>
Date:   Tue May 26 18:04:40 2026 -0500

    Do not treat empty OpenXR timing drain as HUD error

commit ffd5385
Author: George Singer <george.w.singer@gmail.com>
Date:   Tue May 26 17:48:44 2026 -0500

    Show real Monado compositor CPU/GPU timing from fake pacer

    When VK_GOOGLE_display_timing is unavailable, Monado's fake compositor pacer still exposes real wake, submit, and GPU completion timestamps, so the HUD now reports those measured values while leaving actual present margins unknown.

commit 830c525
Author: George Singer <george.w.singer@gmail.com>
Date:   Mon May 25 21:00:07 2026 -0500

    Add pre-OpenXR Godot work, xrWaitFrame sleep, and GC frame timings to Monado HUD

commit bb7598e
Author: George Singer <george.w.singer@gmail.com>
Date:   Sun May 24 15:20:06 2026 -0500

    Add monado frame timing debug HUD

commit 68d45ed
Author: George Singer <george.w.singer@gmail.com>
Date:   Thu May 21 18:26:42 2026 -0500

    Set U_PACING_APP_MIN_TIME_MS in simula-monado-service to fix stutters

commit 8007969
Author: George Singer <george.w.singer@gmail.com>
Date:   Thu May 21 17:57:40 2026 -0500

    Add --ghc-events to profile-haskell-function.sh

    - Also changed some ghc RTS options

commit f9b7fa9
Author: George Singer <george.w.singer@gmail.com>
Date:   Tue May 19 16:54:19 2026 -0500

    Add perf to profile-haskell-function.sh with CLOCK_MONOTONIC synchronization

commit 6fc9c01
Author: George Singer <george.w.singer@gmail.com>
Date:   Tue May 19 10:48:21 2026 -0500

    Use -N4 with RTS instead of -N

commit 3dd2338
Author: George Singer <george.w.singer@gmail.com>
Date:   Mon May 18 18:31:15 2026 -0500

    Rename some haskell functions to be more verbose but clearer

      - getBufferDimensions -> getWlrSurfaceStateCurrentDimensions
      - getBufferDimensionsImpl -> getWlrSurfaceStateCurrentDimensionsImpl
      - getBufferDimensions' -> getCurrentStateDimensions
      - setTargetDimensions -> setSpilloverSizesAndKeepCentered
      - applyViewportBaseTexture -> setQuadMeshShaderMaterialAlbedoTextureToCanvasBaseViewportTexture

commit ab22db1
Author: George Singer <george.w.singer@gmail.com>
Date:   Mon May 18 18:05:51 2026 -0500

    Bump godot-openxr

commit 42055bf
Author: George Singer <george.w.singer@gmail.com>
Date:   Sun May 17 21:27:18 2026 -0500

    Make profile-haskell-function.sh timed profiling capture all frames

commit 00bec19
Author: George Singer <george.w.singer@gmail.com>
Date:   Sun May 17 21:10:18 2026 -0500

    Make profile-haskell-function.sh play nicely with script -qfc from simula launcher

commit f63d97e
Author: George Singer <george.w.singer@gmail.com>
Date:   Sun May 17 18:49:10 2026 -0500

    Add profile-haskell-function.sh for quick/automated function profiling

commit be7f351
Author: George Singer <george.w.singer@gmail.com>
Date:   Sat May 16 19:55:32 2026 -0500

    Shorten profileScope names to tidy profiling HUD views

commit 873414a
Author: George Singer <george.w.singer@gmail.com>
Date:   Sat May 16 19:41:58 2026 -0500

    Augment the profiling HUD to allow clicking on function names

commit b06b4d4
Author: George Singer <george.w.singer@gmail.com>
Date:   Sat May 16 13:03:54 2026 -0500

    Implement SIMULA_DEBUG_PROFILE_ROOT profile specific functions

commit b286ec7
Author: George Singer <george.w.singer@gmail.com>
Date:   Sat May 16 12:13:14 2026 -0500

    Reduce/throttle profiling granularity to improve HUD performance

commit 65ea5ad
Author: George Singer <george.w.singer@gmail.com>
Date:   Sat May 16 12:12:46 2026 -0500

    Augment profiling in godot-haskell-plugin to include more functions

commit f49bf04
Author: George Singer <george.w.singer@gmail.com>
Date:   Fri May 15 20:22:52 2026 -0500

    Avoid gsvs resize compensation/translation during initial app launch

    Fixes bug where e.g. apps like gvim get pushed up and the left because the gvim
    client requests several transient resizes when the app first launches.

commit bdaa73c
Author: George Singer <george.w.singer@gmail.com>
Date:   Fri May 15 17:30:29 2026 -0500

    Unify debug HUD views to be tabbed & interactive

    ...with improved coordinate system/geometry type safety

commit c711237
Author: George Singer <george.w.singer@gmail.com>
Date:   Tue May 12 21:12:09 2026 -0500

    Fix ffmpeg screen recording bug

commit c479b9f
Author: George Singer <george.w.singer@gmail.com>
Date:   Tue May 12 21:10:45 2026 -0500

    Add live Haskell profiling HUD (SIMULA_DEBUG_PROFILE_HUD)

commit a01615d
Author: George Singer <george.w.singer@gmail.com>
Date:   Mon May 11 21:54:34 2026 -0500

    Add SIMULA_DEBUG_MEMORY_HUD for live object count inspection

commit 8327fed
Author: George Singer <george.w.singer@gmail.com>
Date:   Sun May 10 19:32:53 2026 -0500

    Split CanvasSurface rendering into clear and passthrough passes

    - CanvasSurface now has two child shaders: a texture-passthrough one (for
    wlroots surfaces) and a clear one (which sets the base level to 0's) to
    avoid texture bleeding artifacts when wayland clients provide our compositor
    pixels with alpha values < 1.

    - This requires using lower level canvas_item methods in CanvasSurface.hs which
    allow us to target which CanvasItem/shader we're targetting.

    - App launches now fully redraw for 250ms on launch.

commit ec0a1a5
Author: George Singer <george.w.singer@gmail.com>
Date:   Sat May 9 18:11:20 2026 -0500

    Always G.CLEAR_MODE_ONLY_NEXT_FRAME before fully redrawing

commit d5d3921
Author: George Singer <george.w.singer@gmail.com>
Date:   Sat May 9 17:50:54 2026 -0500

    Update godot-haskell-plugin.cabal with new debug damaged region modules

commit e969e96
Author: George Singer <george.w.singer@gmail.com>
Date:   Thu May 7 17:41:26 2026 -0500

    Center some types of _NET_WM_WINDOW_TYPE_POPUP_MENU on gsvs

commit 7e01e58
Author: George Singer <george.w.singer@gmail.com>
Date:   Thu May 7 17:40:27 2026 -0500

    Document SIMULA_DEBUG_DAMAGED_REGION

commit 0ce8a7c
Author: George Singer <george.w.singer@gmail.com>
Date:   Thu May 7 17:39:49 2026 -0500

    Support `SIMULA_DEBUG_DAMAGED_REGION=<some-path>` to save *.png's

commit 389c27a
Author: George Singer <george.w.singer@gmail.com>
Date:   Thu May 7 17:38:15 2026 -0500

    Add/implement SIMULA_DEBUG_DAMAGED_REGIONS debug flag

commit 06de31b
Author: George Singer <george.w.singer@gmail.com>
Date:   Mon May 4 09:34:58 2026 -0500

    Bump godot-haskell

commit f8316c0
Author: George Singer <george.w.singer@gmail.com>
Date:   Sun May 3 20:07:35 2026 -0500

    Update flake.nix & godot-haskell to fix pure nix build errors

commit 0661254
Author: George Singer <george.w.singer@gmail.com>
Date:   Sun May 3 20:06:59 2026 -0500

    Add SIMULA_DEBUG_DEPTH_FIRST_THUMBNAILS debug view

commit f69bfd7
Author: George Singer <george.w.singer@gmail.com>
Date:   Sun May 3 15:19:29 2026 -0500

    Add more xdg surface info to SIMULA_DEBUG_SURFACE_CREATIONS logging

commit 2385ed7
Author: George Singer <george.w.singer@gmail.com>
Date:   Sat May 2 16:44:57 2026 -0500

    Center XWayland dialog popups over parent surfaces

    Uses improved gdwlroots bindings get_surface_origin_x/y and
    get_visible_geometry_origin_x/y instead of ambiguous get_x/y

commit ad222de
Author: George Singer <george.w.singer@gmail.com>
Date:   Fri May 1 17:13:29 2026 -0500

    Bump godot-haskell to incorporate new XWayland surface metadata functions

commit 85a8ea1
Author: George Singer <george.w.singer@gmail.com>
Date:   Fri May 1 17:10:17 2026 -0500

    Bump godot/gdwlroots to expose XWayland surface metadata functions

commit 3c826e5
Author: George Singer <george.w.singer@gmail.com>
Date:   Fri May 1 13:47:35 2026 -0500

    Fix keyboard focus bug for mapped XWayland child surfaces

    Conceptually, the main thing this commit does is make XWayland follow the same pointer-vs-keyboard focus split that already worked for XDG:

    (i) Pointer events are sent to the concrete wlr_surface that the cursor directly interacts with.
    (ii) Keyboard focus is sent to the associated wlr_surface of the "local root" wlr_xwayland_surface (meaning the nearest owning wlr_xwayland_surface for the concrete wlr_surface being interacted with).

    For example, assume an XWayland surface hierarchy like:

    A  < A' < B < B' < C'

    where:

    A  = root wlr_xwayland_surface
    A' = associated wlr_surface of A
    B  = mapped child wlr_xwayland_surface whose parent is A
    B' = associated wlr_surface of B
    C' = pure child wlr_surface under B', with no associated wlr_xwayland_surface of its own

    If we click an input text field in C':

    1. Pointer events are sent to C'.
    2. Keyboard focus is sent to B', because B is the "local root" wlr_xwayland_surface of the C', and B' is its associated wlr_surface.

    The analogous case already held for XDG surfaces, which were working properly before this commit.

commit 49e3ca9
Author: George Singer <george.w.singer@gmail.com>
Date:   Thu Apr 30 16:53:22 2026 -0500

    Add gsvs debugging HUD for input events

commit d1107c7
Author: George Singer <george.w.singer@gmail.com>
Date:   Thu Apr 30 12:41:49 2026 -0500

    Add surface pointer IDs to SIMULA_DEBUG_SURFACE_BOUNDARIES

commit 862f773
Author: George Singer <george.w.singer@gmail.com>
Date:   Thu Apr 30 11:13:50 2026 -0500

    Add SIMULA_DEBUG_KEYBOARD_EVENTS debug flag

commit 8c06103
Author: George Singer <george.w.singer@gmail.com>
Date:   Wed Apr 29 13:04:13 2026 -0500

    Render parented XDG toplevels centered & flat against their parent gsvs

commit 45e6794
Author: George Singer <george.w.singer@gmail.com>
Date:   Sun Apr 26 17:42:39 2026 -0500

    Bump godot-haskell which fully removes leap motion module

commit 8d791a4
Author: George Singer <george.w.singer@gmail.com>
Date:   Sun Apr 26 17:06:24 2026 -0500

    Bump godot-haskell to reflect new xdg bindings in godot/gdwlroots

commit 9846008
Author: George Singer <george.w.singer@gmail.com>
Date:   Sun Apr 26 17:05:56 2026 -0500

    Add `just build-godot-haskell-api` recipe to justfile

commit 180efae
Author: George Singer <george.w.singer@gmail.com>
Date:   Sat Apr 25 14:46:01 2026 -0500

    Trigger full redraws on cursor/keyboard active gsvs when unmapped children can't find a parent

commit d37cffb
Author: George Singer <george.w.singer@gmail.com>
Date:   Sat Apr 25 13:48:05 2026 -0500

    Fully redraw mapped parented gsvs for longer to avoid weird rendering artifacts

    ...that would otherwise occur in e.g. the XDG xfce4-terminal "Preferences" or
    "Help contents" menus.

commit cfa47f5
Author: George Singer <george.w.singer@gmail.com>
Date:   Fri Apr 24 14:50:34 2026 -0500

    Stop gating gsvs visibility on target-resizing acceptance

commit aed4e29
Author: George Singer <george.w.singer@gmail.com>
Date:   Fri Apr 24 13:33:42 2026 -0500

    Log and expose XDG/XWayland parent relationships in godot/gdwlroots

commit 643d51d
Author: George Singer <george.w.singer@gmail.com>
Date:   Fri Apr 24 11:30:55 2026 -0500

    Remove more unnecessary putStrLn

commit 7effb49
Author: George Singer <george.w.singer@gmail.com>
Date:   Fri Apr 24 10:50:57 2026 -0500

    Remove unnecessary putStrLn

commit 170ec85
Author: George Singer <george.w.singer@gmail.com>
Date:   Thu Apr 23 17:03:26 2026 -0500

    Fix XWayland popup bleeding by forcing parent redraws during unmap and set_parent events

commit 392a216
Author: George Singer <george.w.singer@gmail.com>
Date:   Wed Apr 22 12:34:34 2026 -0500

    Add --help flag to show simula debug options

commit 3cb0798
Author: George Singer <george.w.singer@gmail.com>
Date:   Wed Apr 22 11:52:05 2026 -0500

    Add SIMULA_DEBUG_SURFACE_BOUNDARIES debug flag to visualize surface boundaries/geometries

commit 41de147
Author: George Singer <george.w.singer@gmail.com>
Date:   Wed Apr 22 09:57:31 2026 -0500

    Make mouse events better mirror rootston and add SIMULA_DEBUG_MOUSE_EVENTS env flag

commit b2f8194
Author: George Singer <george.w.singer@gmail.com>
Date:   Tue Apr 21 20:58:48 2026 -0500

    Correct subtle popup displacement by incorporating XDG/Xwayland get_geometry offsets

commit 2dcd18e
Author: George Singer <george.w.singer@gmail.com>
Date:   Tue Apr 21 20:24:52 2026 -0500

    Add SIMULA_DEBUG_SURFACE_CREATIONS=1 support to gdwlroots

commit 72d839c
Author: George Singer <george.w.singer@gmail.com>
Date:   Tue Apr 21 19:59:46 2026 -0500

    Add `SIMULA_DEBUG_SURFACE_CREATIONS=1` launch support to print surface info

commit 025cdf1
Author: George Singer <george.w.singer@gmail.com>
Date:   Sun Apr 19 19:00:51 2026 -0500

    Bump gdwlroots/godot to treat incoming wlroots textures as linear instead of sRGB

commit f50eea8
Author: George Singer <george.w.singer@gmail.com>
Date:   Sun Apr 19 18:35:32 2026 -0500

    srgb_to_linear() inside shaders to correct coloring

commit 84dac53
Author: George Singer <george.w.singer@gmail.com>
Date:   Sat Apr 18 18:45:46 2026 -0500

    Keep resized gsvs on the alpha-preserving shader when they change size

commit a16b76b
Author: George Singer <george.w.singer@gmail.com>
Date:   Sat Apr 18 18:44:55 2026 -0500

    Fully redraw gsvs for two frames instead of one frame after map/resize/null textures are detected

commit e03dbd3
Author: George Singer <george.w.singer@gmail.com>
Date:   Sat Apr 18 18:42:17 2026 -0500

    Add viewportSurface to gsvs before viewportBase to avoid producer/consumer render-order bugs

commit 1fa5742
Author: George Singer <george.w.singer@gmail.com>
Date:   Fri Apr 17 16:46:23 2026 -0500

    Bump godot/gdwlroots to fix G.get_children issues

    Fixes XDG popup bug

commit 68546ea
Author: George Singer <george.w.singer@gmail.com>
Date:   Fri Apr 17 16:41:50 2026 -0500

    Don't `G.keyboard_notify_enter` before mouse button events

    Fixes XDG popup bug

commit c863bdb
Author: George Singer <george.w.singer@gmail.com>
Date:   Tue Apr 14 12:04:43 2026 -0500

    Make cursor movement more memory safe

commit fe41c40
Author: George Singer <george.w.singer@gmail.com>
Date:   Tue Apr 14 10:49:07 2026 -0500

    Fix quad mesh leaks

commit 4a07488
Author: George Singer <george.w.singer@gmail.com>
Date:   Tue Apr 14 10:27:02 2026 -0500

    Fix G.get_material leak

commit ddc2e0b
Author: George Singer <george.w.singer@gmail.com>
Date:   Tue Apr 14 10:16:53 2026 -0500

    Fix G.surface_at leaks

commit a123bc4
Author: George Singer <george.w.singer@gmail.com>
Date:   Tue Apr 14 09:50:50 2026 -0500

    Fix wlr_surface leaks

commit 3bd96e9
Author: George Singer <george.w.singer@gmail.com>
Date:   Mon Apr 13 21:08:26 2026 -0500

    Fix G.get_texture memory leaks

commit 3017ade
Author: George Singer <george.w.singer@gmail.com>
Date:   Mon Apr 13 21:08:17 2026 -0500

    Add withGodotRef* bracket functions for memory safe calls to GodotReference functions

commit f78aa3c
Author: George Singer <george.w.singer@gmail.com>
Date:   Mon Apr 13 19:57:48 2026 -0500

    Bump godot/gdwlroots to always use memnew/memdelete for godot derived objects

commit 54f3409
Author: George Singer <george.w.singer@gmail.com>
Date:   Mon Apr 13 16:49:33 2026 -0500

    Show per second RSS memory delta in HUD when SIMULA_DEBUG_MEMORY=1

commit 7fdfd6b
Author: George Singer <george.w.singer@gmail.com>
Date:   Sun Apr 12 21:01:43 2026 -0500

    Add topline debugPutStrLn to every IO function for better rr/pernosco logging

commit 0b6c6f5
Author: George Singer <george.w.singer@gmail.com>
Date:   Sun Apr 12 19:19:35 2026 -0500

    Prevent shared memory usage while rr is recording

commit 3cd5231
Author: George Singer <george.w.singer@gmail.com>
Date:   Sat Apr 11 15:40:21 2026 -0500

    Add `simula-pernosco-submit` wrapper for pernosco-submit uploading

commit dbd7dfa
Author: George Singer <george.w.singer@gmail.com>
Date:   Fri Apr 10 21:10:06 2026 -0500

    Bump godot/gdwlroots to allow software rendering mode with --rr

commit 9e0cc8c
Author: George Singer <george.w.singer@gmail.com>
Date:   Fri Apr 10 20:51:10 2026 -0500

    Add --rr flag to simula for easy rr record

commit 2fbec17
Author: George Singer <george.w.singer@gmail.com>
Date:   Wed Apr 8 10:25:15 2026 -0500

    Fix memory leak in connectGodotSignal

commit ee6b692
Author: George Singer <george.w.singer@gmail.com>
Date:   Tue Apr 7 17:44:17 2026 -0500

    Bump godot/gdwlroots to fix texture leak

commit a0692d7
Author: George Singer <george.w.singer@gmail.com>
Date:   Tue Apr 7 17:41:44 2026 -0500

    Fix [GodotVariant] leaks for registered NativeScript methods

commit b43ae44
Author: George Singer <george.w.singer@gmail.com>
Date:   Tue Apr 7 16:00:50 2026 -0500

    Render xdg popup subsurfaces at root-relative coordinates

commit 97ddb5d
Author: George Singer <george.w.singer@gmail.com>
Date:   Mon Apr 6 20:04:46 2026 -0500

    Don't draw dead xwayland surfaces after they unmap

commit 560f464
Author: George Singer <george.w.singer@gmail.com>
Date:   Mon Apr 6 20:03:29 2026 -0500

    Fix wrong-parent removal in xwayland unmap

commit b986d62
Merge: 4ba9a62 ff56c11
Author: George Singer <george.w.singer@gmail.com>
Date:   Tue Mar 17 12:25:06 2026 -0500

    Merge pull request SimulaVR#233 from haruki7049/apply-nix-fmt

    style: Apply `nix fmt` to fix CI

commit ff56c11
Author: haruki7049 <tontonkirikiri@gmail.com>
Date:   Tue Mar 17 12:12:07 2026 +0900

    style: nix fmt

commit 4ba9a62
Author: George Singer <george.w.singer@gmail.com>
Date:   Fri Feb 13 16:55:29 2026 -0600

    Improve starting apps launch logic

commit 6534128
Author: George Singer <george.w.singer@gmail.com>
Date:   Thu Feb 12 16:51:49 2026 -0600

    Add rgp wrappers for vulkan profiling

commit bd6dbc0
Author: George Singer <george.w.singer@gmail.com>
Date:   Thu Feb 12 12:50:34 2026 -0600

    Pass IPC_IGNORE_VERSION=1 to avoid monado errors

commit 1d5378a
Author: George Singer <george.w.singer@gmail.com>
Date:   Thu Feb 12 12:41:40 2026 -0600

    Add GHC profiling support

commit 1f6a9cc
Author: George Singer <george.w.singer@gmail.com>
Date:   Sun Feb 8 16:42:49 2026 -0600

    Bump submodules with DMA buffering changes

commit 046b004
Author: George Singer <george.w.singer@gmail.com>
Date:   Sat Feb 7 16:18:53 2026 -0600

    Fixed mwheelup/down scrolling bug

commit c990f95
Author: George Singer <george.w.singer@gmail.com>
Date:   Thu Feb 5 16:02:47 2026 -0600

    Add prePatch to remove cabal.project from godot-haskell-plugin default.nix

commit 5d44d2c
Author: George Singer <george.w.singer@gmail.com>
Date:   Thu Feb 5 16:02:27 2026 -0600

    Improve initVR validation

commit 132f8c1
Author: George Singer <george.w.singer@gmail.com>
Date:   Thu Feb 5 16:00:33 2026 -0600

    Bump godot-haskell[-cabal]

commit b60db2d
Author: George Singer <george.w.singer@gmail.com>
Date:   Thu Feb 5 16:00:04 2026 -0600

    Make some imports more explicit

commit 693c08d
Author: George Singer <george.w.singer@gmail.com>
Date:   Thu Feb 5 15:59:24 2026 -0600

    Fix patchelf bug in Helpers.sh

commit 37b9832
Author: George Singer <george.w.singer@gmail.com>
Date:   Thu Feb 5 15:26:32 2026 -0600

    Fix godot-openxr input to fetch submodules

commit be43ce8
Author: George Singer <george.w.singer@gmail.com>
Date:   Thu Feb 5 15:25:49 2026 -0600

    Fix flake.nix to use godot-openxr from GitHub

commit 9a874a8
Author: George Singer <george.w.singer@gmail.com>
Date:   Thu Feb 5 15:10:57 2026 -0600

    Root justfile: call both build and install for godot-openxr

commit 2008cca
Author: George Singer <george.w.singer@gmail.com>
Date:   Thu Feb 5 15:09:50 2026 -0600

    Simplify root justfile build-godot-openxr, update submodule

commit 1b5d9ad
Author: George Singer <george.w.singer@gmail.com>
Date:   Thu Feb 5 15:06:32 2026 -0600

    Update godot-openxr submodule: simplified justfile and added .envrc

commit c3393e4
Author: George Singer <george.w.singer@gmail.com>
Date:   Thu Feb 5 14:55:53 2026 -0600

    Update godot-openxr submodule: smarter justfile

commit 67c194a
Author: George Singer <george.w.singer@gmail.com>
Date:   Thu Feb 5 14:51:28 2026 -0600

    Update godot-openxr submodule for fixed local build paths

commit f52fd82
Author: George Singer <george.w.singer@gmail.com>
Date:   Thu Feb 5 14:34:10 2026 -0600

    Update justfile to use submodule build, update godot-openxr submodule

commit 57bed18
Author: George Singer <george.w.singer@gmail.com>
Date:   Thu Feb 5 14:30:29 2026 -0600

    Update godot-openxr submodule to include flake.nix

commit 9736aef
Author: George Singer <george.w.singer@gmail.com>
Date:   Thu Feb 5 14:19:50 2026 -0600

    Add godot-openxr submodule, remove godot-openxr-reduced configuration

commit be1ea2a
Author: George Singer <george.w.singer@gmail.com>
Date:   Sun Jan 18 10:53:27 2026 -0600

    Bump monado to incorporate EEPD fixes

commit 4a688f4
Merge: e4941ec 81dfbc4
Author: George Singer <george.w.singer@gmail.com>
Date:   Wed Dec 3 07:54:43 2025 -0600

    Merge pull request SimulaVR#229 from haruki7049/fix-nix-checker

    Fix target branch for nix-checker workflow

commit 81dfbc4
Author: haruki7049 <tontonkirikiri@gmail.com>
Date:   Thu Oct 23 12:55:09 2025 +0900

    fix(nix-checker.yml): Fix target branch

commit e4941ec
Author: George Singer <george.w.singer@gmail.com>
Date:   Wed Sep 17 13:18:57 2025 -0500

    Structural formatting of flake.nix

commit 88d62ad
Author: George Singer <george.w.singer@gmail.com>
Date:   Wed Sep 17 12:36:53 2025 -0500

    Allow --local flag to properly affect XR_RUNTIME_JSON paths

commit 4a766d1
Author: George Singer <george.w.singer@gmail.com>
Date:   Wed Sep 17 12:31:53 2025 -0500

    Fix treemft bug in flake.nix

commit 6dc4194
Author: George Singer <george.w.singer@gmail.com>
Date:   Wed Sep 17 12:29:31 2025 -0500

    Avoid nix profile collisions by adding runtime dependencies to PATHs

    E.g. things like xfce4-terminal.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants