about summary refs log tree commit diff
path: root/scripts/local.mk
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2016-08-10T12·20-0400
committerShea Levy <shea@shealevy.com>2016-08-10T12·20-0400
commit15c035c13f3c452ffef3960e97bd0e9b38d98ec2 (patch)
tree8a7909bcee714533db1bac4d5f596ff0301e3014 /scripts/local.mk
parentc8608c488c10789d381b784cf69bb81e2e2b088d (diff)
Remove nix-install-package.
Refs #831
Diffstat (limited to 'scripts/local.mk')
-rw-r--r--scripts/local.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/local.mk b/scripts/local.mk
index edaf44cc492d..46b3fe3cf781 100644
--- a/scripts/local.mk
+++ b/scripts/local.mk
@@ -2,7 +2,6 @@ nix_bin_scripts := \
   $(d)/nix-build \
   $(d)/nix-channel \
   $(d)/nix-copy-closure \
-  $(d)/nix-install-package \
   $(d)/nix-push
 
 bin-scripts += $(nix_bin_scripts)