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:
parent
a6eed133c5
commit
59124228b3
8 changed files with 304 additions and 233 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue