guix/scripts
Eelco Dolstra 1ecc97b6bd * Add a Nix expression search path feature. Paths between angle
brackets, e.g.

    import <nixpkgs/pkgs/lib>

  are resolved by looking them up relative to the elements listed in
  the search path.  This allows us to get rid of hacks like

    import "${builtins.getEnv "NIXPKGS_ALL"}/pkgs/lib"

  The search path can be specified through the ‘-I’ command-line flag
  and through the colon-separated ‘NIX_PATH’ environment variable,
  e.g.,

    $ nix-build -I /etc/nixos ...

  If a file is not found in the search path, an error message is
  lazily thrown.
2011-08-06 16:05:24 +00:00
..
maintenance * Remove the localPaths feature in manifests since it's no longer used 2011-04-06 09:16:22 +00:00
GeneratePatches.pm.in * configure: detect whether DBD::SQLite is present. If necessary the 2011-04-11 10:13:53 +00:00
Makefile.am
NixConfig.pm.in
NixManifest.pm.in * Fix concurrency issues in download-using-manifests' handling of the 2011-07-13 14:05:54 +00:00
SSH.pm * Disable X11 forwarding, it's not needed. 2010-12-15 14:25:54 +00:00
build-remote.pl.in
copy-from-other-stores.pl.in
copying-collector.pl
download-using-manifests.pl.in * Fix concurrency issues in download-using-manifests' handling of the 2011-07-13 14:05:54 +00:00
find-runtime-roots.pl.in
nix-build.in * Add a Nix expression search path feature. Paths between angle 2011-08-06 16:05:24 +00:00
nix-channel.in
nix-collect-garbage.in
nix-copy-closure.in * nix-copy-closure: make sure that the shell doesn't do globbing of 2010-12-15 08:39:37 +00:00
nix-generate-patches.in * configure: detect whether DBD::SQLite is present. If necessary the 2011-04-11 10:13:53 +00:00
nix-http-export.cgi.in
nix-install-package.in * nix-install-package: unset NIX_REMOTE because $NIX_MANIFESTS_DIR 2011-04-19 10:52:35 +00:00
nix-prefetch-url.in
nix-profile.sh.in
nix-pull.in * Create a symlink to /nix/var/nix/manifests in /nix/var/nix/gcroots 2011-07-20 11:47:00 +00:00
nix-push.in * configure: detect whether DBD::SQLite is present. If necessary the 2011-04-11 10:13:53 +00:00
nix-reduce-build.in
remove-patches.pl * Remove the localPaths feature in manifests since it's no longer used 2011-04-06 09:16:22 +00:00
show-duplication.pl
update-manifest.pl * Remove the localPaths feature in manifests since it's no longer used 2011-04-06 09:16:22 +00:00