aboutsummaryrefslogtreecommitdiff
path: root/corepkgs/channels/unpack.nix
diff options
context:
space:
mode:
Diffstat (limited to 'corepkgs/channels/unpack.nix')
-rw-r--r--corepkgs/channels/unpack.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/corepkgs/channels/unpack.nix b/corepkgs/channels/unpack.nix
new file mode 100644
index 000000000..80ca4a371
--- /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