nixpkgs/pkgs
Richard Wallace 3b65b3f6d6 dockerTools.buildLayeredImage: store all paths passed in final layer
Fixes #78744

My previous change broke when there are more packages than the maximum
number of layers. I had assumed that the `store-path-to-layer.sh` was
only ever passed a single store path, but that is not the case if
there are multiple packages going into the final layer. To fix this, we
loop through the paths going into the final layer, appending them to the
tar file and making sure they end up at the right path.
2020-02-14 09:26:26 +01:00
..
applications treewide: change fetchCargoTarball default to opt-out 2020-02-13 22:41:37 -08:00
build-support dockerTools.buildLayeredImage: store all paths passed in final layer 2020-02-14 09:26:26 +01:00
common-updater common-updater-scripts: move destructive changes further in the script 2020-02-04 06:25:38 +01:00
data Merge pull request #75163 from rnhmjoj/gohu 2020-02-14 00:46:05 +01:00
desktops Merge pull request #79780 from mkg20001/ge 2020-02-12 22:34:20 -05:00
development Merge pull request #80052 from mmilata/hunspell-dict-cs 2020-02-14 02:51:35 -05:00
games treewide: change fetchCargoTarball default to opt-out 2020-02-13 22:41:37 -08:00
misc treewide: change fetchCargoTarball default to opt-out 2020-02-13 22:41:37 -08:00
os-specific alsaPluginWrapper: fix shebang 2020-02-14 04:16:50 +01:00
servers treewide: change fetchCargoTarball default to opt-out 2020-02-13 22:41:37 -08:00
shells treewide: change fetchCargoTarball default to opt-out 2020-02-13 22:41:37 -08:00
stdenv make-bootstrap-tools: fixup after glibc update 2020-02-10 17:31:35 +01:00
test tests.nixos-functions: port test to python 2020-02-09 23:53:58 +01:00
tools treewide: change fetchCargoTarball default to opt-out 2020-02-13 22:41:37 -08:00
top-level Merge pull request #75163 from rnhmjoj/gohu 2020-02-14 00:46:05 +01:00