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