1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-18 02:58:27 +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

4
.gitignore vendored
View file

@ -40,7 +40,6 @@ Makefile.config
/scripts/nix-prefetch-url
/scripts/nix-install-package
/scripts/nix-channel
/scripts/nix-build
/scripts/nix-copy-closure
/scripts/NixConfig.pm
/scripts/NixManifest.pm
@ -77,6 +76,9 @@ Makefile.config
# /src/download-via-ssh/
/src/download-via-ssh/download-via-ssh
# /src/nix-build/
/src/nix-build/nix-build
# /tests/
/tests/test-tmp
/tests/common.sh