mirror of
https://github.com/chuangzhu/nixpkgs-gnome-mobile.git
synced 2024-12-29 08:26:05 +01:00
7 lines
136 B
Nix
7 lines
136 B
Nix
|
{
|
||
|
outputs = { self, ... }: {
|
||
|
overlays.default = import ./overlay.nix;
|
||
|
nixosModules.gnome-mobile = import ./module.nix;
|
||
|
};
|
||
|
}
|