4f3085d5f8916eb1afebdddda4e9bfe675b29c52
The system attribute was already there in the function head of the shared update helper but it actually wasn't used and thus later the import of <nixpkgs> was done using builtins.currentSystem instead of the system attribute inherited from the source derivation. Now we correctly propagate the attribute, so that even when running a 64bit kernel you can run a 32bit Chromium with binary plugins. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Languages
Nix
95%
Shell
2%
Python
1.8%
Rust
0.3%
JavaScript
0.2%
Other
0.4%