guix/scripts
Eelco Dolstra e4d4969ae9 * New tools nix-pack-closure and nix-unpack-closure. These provide a
useful way to transfer the closure of a store path to another
  machine.

  These commands provide functionality previously possible through
  `nix-push --copy'.  However, they are much more convenient in many
  situations (though possibly less efficient).
  
  Example:
  $ nix-pack-closure /nix/store/hj232g1r...-subversion-1.3.0 > svn.closure
  (on another machine:)
  $ nix-unpack-closure < svn.closure

  Note that Subversion is added to the store, but not installed into a
  user environment.  One should do `nix-env -i
  /nix/store/hj232g1r...-subversion-1.3.0' for that.

  Another example: copy the application Azureus to the machine
  `scratchy' through ssh:
  
  $ nix-pack-closure $(which azureus) | ssh scratchy nix-unpack-closure
2006-01-12 15:17:51 +00:00
..
Makefile.am * New tools nix-pack-closure and nix-unpack-closure. These provide a 2006-01-12 15:17:51 +00:00
copying-collector.pl
download-using-manifests.pl.in
gc-releases.pl
generate-patches.pl.in * Change `referer' to `referrer' throughout. In particular, the 2005-12-13 21:04:48 +00:00
nix-build.in
nix-channel.in
nix-collect-garbage.in
nix-install-package.in
nix-pack-closure.in * New tools nix-pack-closure and nix-unpack-closure. These provide a 2006-01-12 15:17:51 +00:00
nix-prefetch-url.in
nix-profile.sh.in
nix-pull.in
nix-push.in * FreeBSD compatibility fix. 2005-11-17 13:58:23 +00:00
nix-unpack-closure.in * New tools nix-pack-closure and nix-unpack-closure. These provide a 2006-01-12 15:17:51 +00:00
optimise-store.pl
readmanifest.pm.in
remove-patches.pl
update-manifest.pl