about summary refs log tree commit diff
path: root/src/nix-channel/local.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/nix-channel/local.mk')
-rw-r--r--src/nix-channel/local.mk7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/nix-channel/local.mk b/src/nix-channel/local.mk
deleted file mode 100644
index c14e8c359ca0..000000000000
--- a/src/nix-channel/local.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-programs += nix-channel
-
-nix-channel_DIR := $(d)
-
-nix-channel_LIBS = libmain libformat libstore libutil
-
-nix-channel_SOURCES := $(d)/nix-channel.cc