nix-gh/corepkgs
Shea Levy 58204a3c39 corepkgs/nar.nix: Prefer local builds
nar.nix's builder depends on coreutils and nix itself being in $PATH.
Unfortunately, there's no good way to ensure that these packages exist
in the same place on the remote machine: The local machine may have nix
installed in /usr, and the remote machine in /usr/local, but the
generated nar.sh builder will refer to /usr and thus fail on the remote
machine. This ensures that nar.sh is run on the same machine that
instantiates it.

Signed-off-by: Shea Levy <shea@shealevy.com>
2013-08-14 22:32:41 +02:00
..
buildenv.nix Add a test for ‘nix-env --set-flag active ...’ 2012-12-04 14:30:34 +01:00
buildenv.pl buildenv: remove special treatment of python files 2013-07-23 20:13:43 +02:00
config.nix.in Add gzip support for channel unpacking 2013-07-12 11:29:37 +02:00
derivation.nix Make "nix-build -A <derivation>.<output>" do the right thing 2012-11-26 15:39:10 +01:00
fetchurl.nix Revert "Prevent config.h from being clobbered" 2013-03-08 01:24:59 +01:00
imported-drv-to-derivation.nix import: If the path is a valid .drv file, parse it and generate a derivation attrset. 2012-07-25 09:30:17 -04:00
Makefile.am Inline unpack-channel.sh 2012-08-01 16:34:17 -04:00
nar.nix corepkgs/nar.nix: Prefer local builds 2013-08-14 22:32:41 +02:00
unpack-channel.nix Fix syntax error in unpack-channel 2013-07-12 14:06:05 +02:00