mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
top-level: top-level/stdenv.nix
no longer needs pkg
argument
This commit is contained in:
parent
e22346c35e
commit
ea7bf02268
@ -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,4 +1,4 @@
|
||||
{ system, bootStdenv, crossSystem, config, platform, lib, nixpkgsFun, pkgs }:
|
||||
{ system, bootStdenv, crossSystem, config, platform, lib, nixpkgsFun }:
|
||||
|
||||
rec {
|
||||
allStdenvs = import ../stdenv {
|
||||
|
Loading…
Reference in New Issue
Block a user