Fix testability of pkgs/stdenv/linux/default.nix

The point here is that it's always possible to debug this staging
logic by using `nix-repl pkgs/stdenv/linux'. The modular-stdenv
change introduced the lib dependency, which we now default to
../../../lib.

No derivation or out hashes of stdenvLinux is changed by this commit.
This commit is contained in:
Gergely Risko 2014-09-11 00:24:03 +02:00
parent 42ee226184
commit f2c5125e82

View File

@ -7,7 +7,7 @@
# The function defaults are for easy testing. # The function defaults are for easy testing.
{ system ? builtins.currentSystem { system ? builtins.currentSystem
, allPackages ? import ../../top-level/all-packages.nix , allPackages ? import ../../top-level/all-packages.nix
, platform ? null, config ? {}, lib }: , platform ? null, config ? {}, lib ? (import ../../../lib) }:
rec { rec {