buildenv: perl -> c++

This commit is contained in:
Shea Levy 2016-08-11 07:58:33 -04:00
parent eef754813f
commit 91978e3b9a
8 changed files with 202 additions and 172 deletions

View file

@ -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;