1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
{
  name,
  channelName,
  src,
}:

derivation {
  builder = "builtin:unpack-channel";

  system = "builtin";

  inherit name channelName src;

  # No point in doing this remotely.
  preferLocalBuild = true;
}