mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
81489719f7
Stripping reduces the template size from around 500MB to 40MB for Linux. This is added explicitly here because mkDerivation does not automatically strip binaries in the template directory. This also impacts the size of the exported games and programs. For example, here are the size of the `oh-my-git` package using this template, without and with stripping: ``` ❯ du -sh result*/ 375M result-oh-my-git-without-strip/ 45M result-oh-my-git-with-strip/ ``` GitHub: closes https://github.com/NixOS/nixpkgs/issues/170470 |
||
---|---|---|
.. | ||
default.nix | ||
dont_clobber_environment.patch | ||
export-templates.nix | ||
headless.nix | ||
pkg_config_additions.patch | ||
server.nix |