about summary refs log tree commit diff
path: root/scripts/local.mk
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2016-08-10T15·22+0200
committerGitHub <noreply@github.com>2016-08-10T15·22+0200
commit6601e465675c5927f85e68a78c22f8828ddc3362 (patch)
treeb85e8f8f0257c2415e603eba86448f4ff24c918a /scripts/local.mk
parenta6eed133c5a3602037bc48675ca783185cca5454 (diff)
parent6e51af80231b2a35ba3f5edffa7e235b239955a0 (diff)
Merge pull request #1024 from shlevy/nuke-nix-push
Nuke nix-push.
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 46b3fe3cf781..fef256451d8b 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-push
 
 bin-scripts += $(nix_bin_scripts)