about summary refs log tree commit diff
path: root/corepkgs/buildenv.nix
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2016-08-11T11·58-0400
committerShea Levy <shea@shealevy.com>2016-08-11T11·58-0400
commit91978e3b9aacb95d76f7c02fd365c052ed33dea6 (patch)
treea55c3c89b3d7b5c833bf1d89e4cd5cbcd3705cfe /corepkgs/buildenv.nix
parenteef754813f5a9d77ceeb0f10981d0a324967dc02 (diff)
buildenv: perl -> c++
Diffstat (limited to 'corepkgs/buildenv.nix')
-rw-r--r--corepkgs/buildenv.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/corepkgs/buildenv.nix b/corepkgs/buildenv.nix
index 70981a752c3c..5e7b40eaa0cb 100644
--- a/corepkgs/buildenv.nix
+++ b/corepkgs/buildenv.nix
@@ -5,8 +5,7 @@ with import <nix/config.nix>;
 derivation {
   name = "user-environment";
   system = builtins.currentSystem;
-  builder = perl;
-  args = [ "-w" ./buildenv.pl ];
+  builder = nixLibexecDir + "/nix/buildenv";
 
   inherit manifest;