RoadRoller01
RoadRoller01
nice work guys, so what is the next move to add limine to nixpkgs as an option? side note phip1611 you are man of culture for being persistent and patient
Could we get an update on the status of this request? It's been a while since it was submitted, and it have not been merged yet.
sure, its ``` system flake:nixpkgs path:/nix/store/801l7gvdz7yaibhjsxqx82sc7zkakjbq-source global flake:agda github:agda/agda global flake:arion github:hercules-ci/arion global flake:blender-bin github:edolstra/nix-warez?dir=blender global flake:bundlers github:NixOS/bundlers global flake:cachix github:cachix/cachix global flake:composable github:ComposableFi/composable global flake:disko github:nix-community/disko global flake:dreampkgs github:nix-community/dreampkgs...
After some tinkering, It seems that [this](https://github.com/frida/releng/blob/631c99ce3fe2bdf279f122dd80bbf7d0ec166acb/meson_configure.py#L175) if statement checks if the string `'vala'` with the apostrophe is in the meson.build for the root project, So for frida the file...
also you must set LD path to: ```shell export LD_LIBRARY_PATH=$PWD/deps/toolchain-linux-arm64/lib/:$PWD/deps/toolchain-linux-arm64/lib/vala-0.58 ``` otherwise it will complain, because the binary build is not statically linked.
is there another way to send notifications with mako?, because look if some one wanted to test his configuration how will he do it, there is no information how to...
i got wsl logs via [collect-wsl-logs](https://github.com/Microsoft/WSL/blob/master/diagnostics/collect-wsl-logs.ps1) and i am analyze it right now
@nzbr cool, but how?, i have nix on my other x86 machine, so how i can force it to build for aarch64?