Ingolf Wagner
Ingolf Wagner
At the moment I have something like this : ``` ... apps.${system}.test = { foo = { type = "app"; program = toString (pkgs.writers.writeBash "foo" '' echo "testing foo" set...
Yes I'm using "20.03". Had no time so far to update.
Why does the image have to be build offline? Maybe using packer would work?
https://github.com/localstack/localstack < maybe this helps, to build AMIs local.
I also checked the created tests, ``` ldd src/test/Seamly2DTest/bin/Seamly2DTests linux-vdso.so.1 (0x00007ffee5df3000) libqmuparser.so.2 => not found libvpropertyexplorer.so.1 => not found (rest is fine again) ``` I don't know much about qmake,...
Oh and I'm using Qt 5.15.3 (maybe this is the problem)
I don't have em placed in the lib64 folders. But they are where they should be. ``` find -name libqmuparser.so.2 && find -name libvpropertyexplorer.so.1 ./src/libs/qmuparser/bin/libqmuparser.so.2 ./src/libs/vpropertyexplorer/bin/libvpropertyexplorer.so.1 ``` I tried to...
Very good idea. Feel free to create a pull request, I'm happy to merge it. I had similar ideas when I initialized the terranix project, but I couldn't come up...
Good point, and the solution is correct. I reopened the ticket to document this approach. But it will take a wile till I find the time for it. Thx @Westixy
Hey @blaggacao, I have problems understanding what this is about. I would replace the NixOS module system but only with something that is even more powerful. Do you want to...