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:
parent
eef754813f
commit
80ebc553ec
6 changed files with 495 additions and 362 deletions
1
Makefile
1
Makefile
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue