1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-10 04:43:53 +02:00

nix-build: Port to c++

This was a dumb line-for-line rewrite, because nix build/nix run/etc.
will replace it.
This commit is contained in:
Shea Levy 2016-08-09 06:24:19 -04:00
parent eef754813f
commit 80ebc553ec
6 changed files with 495 additions and 362 deletions

View file

@ -12,6 +12,7 @@ makefiles = \
src/nix-daemon/local.mk \
src/nix-collect-garbage/local.mk \
src/nix-prefetch-url/local.mk \
src/nix-build/local.mk \
perl/local.mk \
scripts/local.mk \
corepkgs/local.mk \