gnu: rust-winapi-util: New variable.
[jackhill/guix/guix.git] / nix / scripts / offload.in
1 #!@SHELL@
2 # A shorthand for "guix offload", for use by the daemon.
3
4 if test "x$GUIX_UNINSTALLED" = "x"
5 then
6 prefix="@prefix@"
7 exec_prefix="@exec_prefix@"
8 exec "@bindir@/guix" offload "$@"
9 else
10 exec guix offload "$@"
11 fi