From ef902274fd4b1c13732851e6cbfa00d4d4e46821 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Sat, 14 Apr 2012 18:48:11 +0200 Subject: Remove unnecessary "system" argument --- corepkgs/buildenv.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'corepkgs/buildenv.nix') diff --git a/corepkgs/buildenv.nix b/corepkgs/buildenv.nix index 6e2bee10b1e7..641231dd9ee1 100644 --- a/corepkgs/buildenv.nix +++ b/corepkgs/buildenv.nix @@ -1,10 +1,10 @@ with import ; -{ system, derivations, manifest }: +{ derivations, manifest }: derivation { name = "user-environment"; - system = system; + system = builtins.currentSystem; builder = perl; args = [ "-w" ./buildenv.pl ]; -- cgit 1.4.1