diff options
author | Shea Levy <shea@shealevy.com> | 2016-08-10T12·20-0400 |
---|---|---|
committer | Shea Levy <shea@shealevy.com> | 2016-08-10T12·20-0400 |
commit | 15c035c13f3c452ffef3960e97bd0e9b38d98ec2 (patch) | |
tree | 8a7909bcee714533db1bac4d5f596ff0301e3014 /scripts/local.mk | |
parent | c8608c488c10789d381b784cf69bb81e2e2b088d (diff) |
Remove nix-install-package.
Refs #831
Diffstat (limited to 'scripts/local.mk')
-rw-r--r-- | scripts/local.mk | 1 |
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) |