mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 09:14:28 +00:00
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:
parent
42ee226184
commit
f2c5125e82
@ -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 {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user