Paperdev

Results 6 comments of Paperdev

> all the machine code backends other than the one used to produce native executables This could be very interesting, I imagine specifying a 3rd party package containing a machine...

Experiencing this, programs.ssh.startAgent wasn't working for me, using nativeSystemd = false; solves the issue, but really isn't ideal... > $ wsl --version WSL version: 2.2.4.0 Kernel version: 5.15.153.1-2 WSLg version:...

I think, if you really wanted to be able to make enums, or anything else at the file scope. Something special like the following could perhaps do the trick; ```zig...

> Related [#7881 (comment)](https://github.com/ziglang/zig/issues/7881#issuecomment-767069673) Realized I suggested nearly the exact same thing. Edit; Upon further inspection, I definitely expanded upon it.

Nix packages have a `meta` field for this sort of information. Which might be a nice way to filter the required elements from the optional, more 'descriptive' components of the...

> The only usecase I see is if someone uses the Zig build system for a C project and wants to use libxev as a C library. Sounds like a...