Cajunvoodoo

Results 4 comments of Cajunvoodoo

It appears the first issue (dependency bounds) is simply nixpkgs not having the required version, not a big deal. The second issue, however, appears to be due to the `imgui`...

After looking into it further, it appears there is no general way to include submodules on self with flakes yet. All of the proposed solutions are either under debate, dropped,...

I'm not sure how that would work in the flake inputs field. I looked up the documentation and it says it uses `fetchgit` when `fetchSubmodules=true;`. Regardless, using `fetchFromGitHub` over whatever...

Not in nixpkgs, no, but I recall a while back finding some workaround. You may want to look [at this override](https://github.com/ners/dunai-imgui/blob/2b9b198827414d3591c7eef9041b585949d263d2/flake.nix#L56-L68) to get a working version of dear-imgui.hs. Hope this...