summaryrefslogtreecommitdiff
path: root/nix/scripts/substitute-binary.in
diff options
context:
space:
mode:
Diffstat (limited to 'nix/scripts/substitute-binary.in')
-rw-r--r--nix/scripts/substitute-binary.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/nix/scripts/substitute-binary.in b/nix/scripts/substitute-binary.in
deleted file mode 100644
index 48d7bb8ff10..00000000000
--- a/nix/scripts/substitute-binary.in
+++ /dev/null
@@ -1,11 +0,0 @@
1#!@SHELL@
2# A shorthand for "guix substitute-binary", for use by the daemon.
3
4if test "x$GUIX_UNINSTALLED" = "x"
5then
6 prefix="@prefix@"
7 exec_prefix="@exec_prefix@"
8 exec "@bindir@/guix" substitute-binary "$@"
9else
10 exec guix substitute-binary "$@"
11fi