diff options
Diffstat (limited to 'corepkgs/channels/unpack.nix')
-rw-r--r-- | corepkgs/channels/unpack.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/corepkgs/channels/unpack.nix b/corepkgs/channels/unpack.nix new file mode 100644 index 000000000000..80ca4a371034 --- /dev/null +++ b/corepkgs/channels/unpack.nix @@ -0,0 +1,7 @@ +{system, inputs}: + +derivation { + name = "channels"; + builder = ./unpack.sh; + inherit system inputs; +} \ No newline at end of file |