diff options
Diffstat (limited to 'corepkgs/channels/unpack.nix')
-rw-r--r-- | corepkgs/channels/unpack.nix | 7 |
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 |