guix/scripts
Eelco Dolstra aab530e971 * Primop builtins.storePath for declaring a store path as a
dependency.  `storePath /nix/store/bla' gives exactly the same
  result as `toPath /nix/store/bla', except that the former includes
  /nix/store/bla in the dependency context of the string.

  Useful in some generated Nix expressions like nix-push, which now
  finally does the right thing wrt distributed builds.  (Previously
  the path to be packed wasn't an explicit dependency, so it wouldn't
  be copied to the remote machine.)
2008-11-19 23:26:19 +00:00
..
maintenance
Makefile.am * Get rid of nix-pack-closure / nix-unpack-closure, they're redundant. 2008-11-18 14:43:40 +00:00
build-remote.pl.in * Add build-remote.pl to the Nix distribution. 2007-11-15 14:28:08 +00:00
copy-from-other-stores.pl.in * Doh. 2008-08-04 13:15:47 +00:00
copying-collector.pl
download-using-manifests.pl.in * Doh. 2008-09-08 11:02:15 +00:00
find-runtime-roots.pl.in
generate-patches.pl.in * Make the maximum patch size configurable. 2007-03-30 09:01:05 +00:00
nix-build.in * nix-build: `--dry-run' flag. 2008-08-04 13:46:01 +00:00
nix-channel.in * nix-env: allow ~/.nix-defexpr to be a directory. If it is, then the 2007-09-17 16:08:24 +00:00
nix-collect-garbage.in
nix-copy-closure.in 2007-10-22 12:05:18 +00:00
nix-http-export.cgi.in Added local best-effort builds (i.e. one failure does not ruin all packages you would like to see built) 2008-06-14 08:30:35 +00:00
nix-install-package.in * Remove garbage. 2007-09-18 08:26:55 +00:00
nix-prefetch-url.in * A quick hack to make nix-prefetch-url support mirror:// URLs. It 2008-07-23 16:02:58 +00:00
nix-profile.sh.in
nix-pull.in * Show errors in nix-prefetch-url. 2007-08-15 09:24:06 +00:00
nix-push.in * Primop builtins.storePath for declaring a store path as a 2008-11-19 23:26:19 +00:00
nix-reduce-build.in Updates to nix-reduce-build 2008-08-06 19:43:53 +00:00
readconfig.pm.in
readmanifest.pm.in * nix-push / generate-patches: bzip the manifest. 2007-09-04 15:38:09 +00:00
remove-patches.pl
show-duplication.pl
update-manifest.pl