Don't use the build hook for unpacking channels
This commit is contained in:
parent
6de5d53416
commit
c722193a91
1 changed files with 2 additions and 0 deletions
|
@ -8,4 +8,6 @@ derivation {
|
||||||
args = [ "-e" ./unpack-channel.sh ];
|
args = [ "-e" ./unpack-channel.sh ];
|
||||||
inherit name channelName src bzip2 tar tr;
|
inherit name channelName src bzip2 tar tr;
|
||||||
PATH = "${nixBinDir}:${coreutils}";
|
PATH = "${nixBinDir}:${coreutils}";
|
||||||
|
# No point in doing this remotely.
|
||||||
|
preferLocalBuild = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue