1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 06:31:14 +02:00

Remove nix-install-package.

Refs #831
This commit is contained in:
Shea Levy 2016-08-10 08:20:51 -04:00
parent c8608c488c
commit 15c035c13f
11 changed files with 2 additions and 410 deletions

View file

@ -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)