mirror of
https://github.com/NixOS/nix.git
synced 2025-12-05 08:31:00 +01:00
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> |
||
|---|---|---|
| .. | ||
| buildenv.nix | ||
| buildenv.pl | ||
| config.nix.in | ||
| derivation.nix | ||
| fetchurl.nix | ||
| imported-drv-to-derivation.nix | ||
| Makefile.am | ||
| nar.nix | ||
| unpack-channel.nix | ||