diff options
author | Shea Levy <shea@shealevy.com> | 2016-08-10T15·13-0400 |
---|---|---|
committer | Shea Levy <shea@shealevy.com> | 2016-08-10T15·13-0400 |
commit | 6e51af80231b2a35ba3f5edffa7e235b239955a0 (patch) | |
tree | b85e8f8f0257c2415e603eba86448f4ff24c918a /doc/manual/local.mk | |
parent | a6eed133c5a3602037bc48675ca783185cca5454 (diff) |
Nuke nix-push.
Rarely used, nix copy replaces it.
Diffstat (limited to 'doc/manual/local.mk')
-rw-r--r-- | doc/manual/local.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/local.mk b/doc/manual/local.mk index 9a1123638ebb..d89555899a70 100644 --- a/doc/manual/local.mk +++ b/doc/manual/local.mk @@ -39,7 +39,7 @@ dist-files += $(d)/manual.xmli $(d)/version.txt $(d)/manual.is-valid # Generate man pages. man-pages := $(foreach n, \ nix-env.1 nix-build.1 nix-shell.1 nix-store.1 nix-instantiate.1 \ - nix-collect-garbage.1 nix-push.1 \ + nix-collect-garbage.1 \ nix-prefetch-url.1 nix-channel.1 \ nix-hash.1 nix-copy-closure.1 \ nix.conf.5 nix-daemon.8, \ |