about summary refs log tree commit diff
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, 0 insertions, 7 deletions
diff --git a/corepkgs/channels/unpack.nix b/corepkgs/channels/unpack.nix
deleted file mode 100644
index 80ca4a371034..000000000000
--- a/corepkgs/channels/unpack.nix
+++ /dev/null
@@ -1,7 +0,0 @@
-{system, inputs}:
-
-derivation {
-  name = "channels";
-  builder = ./unpack.sh;
-  inherit system inputs;
-}
\ No newline at end of file