summaryrefslogtreecommitdiff
path: root/nix/scripts/offload.in
diff options
context:
space:
mode:
Diffstat (limited to 'nix/scripts/offload.in')
-rw-r--r--nix/scripts/offload.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/nix/scripts/offload.in b/nix/scripts/offload.in
deleted file mode 100644
index 50faed31c0..0000000000
--- a/nix/scripts/offload.in
+++ /dev/null
@@ -1,11 +0,0 @@
-#!@SHELL@
-# A shorthand for "guix offload", for use by the daemon.
-
-if test "x$GUIX_UNINSTALLED" = "x"
-then
- prefix="@prefix@"
- exec_prefix="@exec_prefix@"
- exec "@bindir@/guix" offload "$@"
-else
- exec guix offload "$@"
-fi