Arnout Engelen
Arnout Engelen
> I could try but I do not know Nix internals enough > > Are we sure that memory is the sole bottleneck? No, we definitely saw the filesystem being...
looks like we should add gc to the pull request check as well
I personally prefer Elm to Vue tbh - not because of performance but because the compiler's guardrails are helpful.
Filed #899 for that feature
> any link to a doc/guide on how to run the same evaluation locally for me to see what item is failing? Added some examples in https://github.com/NixOS/nixos-search/pull/901/files
> @raboof the problem here seems to be one of my modules' options has the following: > > ``` > inherit (options.nixpkgs.config) example type; > ``` > > For some...
Platforms seems to be inherited from electron: https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/by-name/po/podman-desktop/package.nix#L154 Which indeed currently seems to be specified as linux: https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/development/tools/electron/common.nix#L264 On 30 May 2025 04:22:21 CEST, Mio ***@***.***> wrote: >mio-19 created an...
> I encountered some packages that I can build on darwin but darwin isn't in platforms. What terminology should I use for it? Do you have `NIXPKGS_ALLOW_UNSUPPORTED_SYSTEM=1` or `allowUnsupportedSystem =...
aaaah that's a good observation. not sure how or where this should be fixed, though...
I think I'd be OK with that, yeah.