summary refs log tree commit diff
path: root/pkgs/development/compilers/dart/package-overrides/default.nix
blob: c162929e336a598908acc96df43b14e8f3e08180 (plain) (blame)
1
2
3
4
5
6
7
8
{ callPackage }:

{
  flutter_secure_storage_linux = callPackage ./flutter-secure-storage-linux { };
  handy_window = callPackage ./handy-window { };
  matrix = callPackage ./matrix { };
  olm = callPackage ./olm { };
}