1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-03-05 06:44:40 +00:00
nixpkgs/pkgs
Andreas Rammhold ed46383416 docker: allow overriding package inputs per docker package
Previously we could not override the input packages to docker at all as
that had been shadowed due to the usage of inherit in all-package.nix.

We are now mixing the "variable" variables for the build and the
dependency declarations for the package and using callPackage as if each
of the docker packages would be separate files that we evaluate.

This now enables overriding e.g. iptables for a single verison of
docker which previously was not feasible without importing the
default.nix again (and passing different arguments).

> pkgs.docker.override { iptables = pkgs.iptables-nftables-compat; }
2021-01-26 13:08:25 +01:00
..
applications docker: allow overriding package inputs per docker package 2021-01-26 13:08:25 +01:00
build-support Merge #104742: linux bootstrap tools: fix tests on ppc64 2021-01-26 08:09:59 +01:00
common-updater treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
data treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
desktops treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
development Merge pull request #110838 from r-burns/rocm 2021-01-26 12:25:55 +01:00
games freeciv: fix Qt runtime 2021-01-26 12:33:59 +01:00
misc vimPlugins.one-nvim: init at 2021-01-25 2021-01-25 13:47:13 -08:00
os-specific erofs-utils: 1.2 -> 1.2.1 2021-01-26 12:46:47 +01:00
pkgs-lib
servers Merge pull request #110820 from fabaff/pyedimax 2021-01-26 00:23:30 +01:00
shells treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
stdenv Merge #104742: linux bootstrap tools: fix tests on ppc64 2021-01-26 08:09:59 +01:00
test treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
tools coreutils: fix build on riscv 2021-01-25 18:13:47 -08:00
top-level Merge pull request #110753 from markuskowa/add-spglib 2021-01-26 10:34:47 +01:00