about summary refs log tree commit diff
path: root/pkgs/desktops/deepin/default.nix
blob: b2a98f85652bcb2f57baf4f0921c6d85891edfa1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{ pkgs, newScope }:

let
  callPackage = newScope self;

  self = rec {
  
  };

in self