From f2c5125e82f4c732d20ae245a9f535c554974903 Mon Sep 17 00:00:00 2001 From: Gergely Risko Date: Thu, 11 Sep 2014 00:24:03 +0200 Subject: 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. --- pkgs/stdenv/linux/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/stdenv/linux') diff --git a/pkgs/stdenv/linux/default.nix b/pkgs/stdenv/linux/default.nix index 6b15808285b0..e9de4abd7fa0 100644 --- a/pkgs/stdenv/linux/default.nix +++ b/pkgs/stdenv/linux/default.nix @@ -7,7 +7,7 @@ # The function defaults are for easy testing. { system ? builtins.currentSystem , allPackages ? import ../../top-level/all-packages.nix -, platform ? null, config ? {}, lib }: +, platform ? null, config ? {}, lib ? (import ../../../lib) }: rec { -- cgit 1.4.1