aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2018-10-27 12:49:05 +0200
committerGitHub <noreply@github.com>2018-10-27 12:49:05 +0200
commitcb073f5218c2a4cc7adb708f9ee90e50effedc70 (patch)
treeaab2166b78bc20665fd8f6984890270aaf4d1eaa
parentf6a3dfe4e06980b2d060fd1a646cb5ca20f29779 (diff)
parent27c2fcd4c067a176491317e47ca448772f8fcc92 (diff)
Merge pull request #2487 from dtzWill/fix/symlink-names
src/nix/local.mk: fix typos in names of symlinks
-rw-r--r--src/nix/local.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix/local.mk b/src/nix/local.mk
index 168936314..bdcca33d2 100644
--- a/src/nix/local.mk
+++ b/src/nix/local.mk
@@ -21,6 +21,6 @@ nix_LIBS = libexpr libmain libstore libutil libformat
nix_LDFLAGS = -pthread $(SODIUM_LIBS)
$(foreach name, \
- nix-build nix-channel nix-collect-garbage nix-copy-closure nix-daemon nix-env nix-hash nix-instantiate nix-prefetch-rul nix-shell nix-shore, \
+ nix-build nix-channel nix-collect-garbage nix-copy-closure nix-daemon nix-env nix-hash nix-instantiate nix-prefetch-url nix-shell nix-store, \
$(eval $(call install-symlink, nix, $(bindir)/$(name))))
$(eval $(call install-symlink, $(bindir)/nix, $(libexecdir)/nix/build-remote))