1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-17 18:38:28 +02:00

nix-channel: implement in c++

This commit is contained in:
Shea Levy 2016-08-11 11:34:43 -04:00
parent a6eed133c5
commit 59124228b3
8 changed files with 304 additions and 233 deletions

4
.gitignore vendored
View file

@ -38,7 +38,6 @@ Makefile.config
/scripts/nix-switch
/scripts/nix-collect-garbage
/scripts/nix-prefetch-url
/scripts/nix-channel
/scripts/nix-build
/scripts/nix-copy-closure
/scripts/NixConfig.pm
@ -73,6 +72,9 @@ Makefile.config
# /src/nix-daemon/
/src/nix-daemon/nix-daemon
# /src/nix-channel/
/src/nix-channel/nix-channel
# /src/download-via-ssh/
/src/download-via-ssh/download-via-ssh