aktaboot
aktaboot
probably same issue as #155
since the `taskwarrior` package is still in nixpkgs and people might not have migrated yet, I think we should still keep it to `pkgs.taskwarrior`. It can easily be set manually...
Yes, eventually it will roll out, but really unsure when.
I can test if there's PR :)
I guess #1018 could be closed aswell
mentioning #3187 for relevance's sake
I strongly support the split of taskwarrior and taskchampion, but maybe a clearer list of what has to be done and what has to change would make things clearer. -...
I think the cleanest way would be to have taskchampion as a submodule, a separate shared object seems unnecessarily complex. Or more precisely: I don't see the benefit of going...
Also checked some Rust embedding into Cpp: #### Corrosion + CMake - https://github.com/YosysHQ/nextpnr/blob/master/CMakeLists.txt - https://codeberg.org/pitbuster/dolphin-rom-thumbnailer/src/branch/main/src/CMakeLists.txt #### Rustc + Meson - https://gitlab.freedesktop.org/mesa/mesa/-/blob/main/src/nouveau/compiler/meson.build
No problem, I have a problem understanding CMake aswell It seems exporting CXX or CMAKE_CXX_COMPILER does not affect the build but passing `-DCMAKE_CXX_COMPILER=/usr/bin/g++` to the cmake command did the trick....