Damus
Alba ๐ŸŒธ :v_pat: profile picture
Alba ๐ŸŒธ :v_pat:
@Alba ๐ŸŒธ :v_pat:
why is the build platform made part of the derivation in nixpkgs? one would argue the result should be the same regardless of the platform used to build it, and if it differs then that's an impurity to fix in the toolchain or whatever build tool is responsible, no?
1
Alba ๐ŸŒธ :v_pat: · 4w
hmm, but the problem is more general. even when taking build platform out of derivations, you'd still end up with massively different derivations because the build tools themselves would be different so what would be nice is if Nix had a system where derivations can substitute certain fields for ot...