diff options
author | Shea Levy <shea@shealevy.com> | 2016-08-11T15·34-0400 |
---|---|---|
committer | Shea Levy <shea@shealevy.com> | 2016-08-11T15·34-0400 |
commit | 59124228b3ac6120e73bc6a88b2c633a70bdf0fc (patch) | |
tree | 7c1c780875b29a86acbf667513376751655af46b /Makefile | |
parent | a6eed133c5a3602037bc48675ca783185cca5454 (diff) |
nix-channel: implement in c++
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile index 90dca473f390..eb2c01ad9539 100644 --- a/Makefile +++ b/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-channel/local.mk \ perl/local.mk \ scripts/local.mk \ corepkgs/local.mk \ |