about summary refs log tree commit diff
path: root/corepkgs/channels/unpack.nix
blob: 80ca4a3710343e6a678bfd90ce7e3f061eb2e65d (plain) (blame)
1
2
3
4
5
6
7
{system, inputs}:

derivation {
  name = "channels";
  builder = ./unpack.sh;
  inherit system inputs;
}