Gabriel Nützi

Results 256 comments of Gabriel Nützi

I think for the stages it should be implemented already as its straight forward, maybe the more technical feature about parallelisation is more complex as it completes the DAG with...

That means I basically can run it with sudo and it should work, I should try again. :)Am 19.06.2024 um 22:51 schrieb Aaron Erhardt ***@***.***>: This panic does not originate...

Ah thanks I figured this out, but I understood from the docs that --extract-media would extract all imgs (follow links in source to images) into a folder, but thats not...

Ah, ok , thanks for clarifying. But still if one does not want to just install *other* architecture because one is packaging up a package (Nix derivation) which is specific...

As an more clear explanation: We run `pnpm install ...` which (is built with Nix for `x86_64,linux,glibc` which correctly installs libraries for the platform. Next we run `vite build` (`vite`...

> namely Node.js itself providing details on the libc it is using: thats what I mean, `node.js -> platform.getReport()` should be first priority, that is according to what you say,...

@domenkozar This is properly fixed in https://github.com/NixOS/nixpkgs/pull/442540 lets wait till it merges! star it! and the devenv can get rid of its wrapper

I understand the issue pretty well, ping if you want moreninfo

> @domenkozar This is properly fixed in https://github.com/NixOS/nixpkgs/pull/442540 @domenkozar: now merged and I think devenv can now get rid of the python wrapper script or vendor the version https://github.com/qbisi/nixpkgs/blob/python-venv/pkgs/development/interpreters/python/wrapper.nix I...

I really hope this PR fixes the venv and pythen intwrpreter detection problems which come with `withPackages` etc. lets see