linux stdenv: Inline stage funs to conform to new convention
Code is just moved around
This commit is contained in:
@@ -26,7 +26,7 @@ let
|
||||
# On Linux systems, the standard build environment consists of Nix-built
|
||||
# instances glibc and the `standard' Unix tools, i.e., the Posix utilities,
|
||||
# the GNU C compiler, and so on.
|
||||
inherit (import ./linux args) stagesLinux;
|
||||
stagesLinux = import ./linux args;
|
||||
|
||||
inherit (import ./darwin args) stagesDarwin;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user