top-level: top-level/stdenv.nix no longer needs pkg argument

This commit is contained in:
John Ericson
2016-11-06 21:28:38 -08:00
parent e22346c35e
commit ea7bf02268
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ let
stdenvDefault = self: super:
import ./stdenv.nix {
inherit system bootStdenv crossSystem config platform lib nixpkgsFun pkgs;
inherit system bootStdenv crossSystem config platform lib nixpkgsFun;
};
allPackages = self: super:
+1 -1
View File
@@ -1,4 +1,4 @@
{ system, bootStdenv, crossSystem, config, platform, lib, nixpkgsFun, pkgs }:
{ system, bootStdenv, crossSystem, config, platform, lib, nixpkgsFun }:
rec {
allStdenvs = import ../stdenv {