buildenv: perl -> c++
This commit is contained in:
parent
eef754813f
commit
91978e3b9a
8 changed files with 202 additions and 172 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue