1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-10 04:43:53 +02:00

Nuke nix-push.

Rarely used, nix copy replaces it.
This commit is contained in:
Shea Levy 2016-08-10 11:13:11 -04:00
parent a6eed133c5
commit 6e51af8023
13 changed files with 9 additions and 772 deletions

View file

@ -2,7 +2,6 @@ nix_bin_scripts := \
$(d)/nix-build \
$(d)/nix-channel \
$(d)/nix-copy-closure \
$(d)/nix-push
bin-scripts += $(nix_bin_scripts)