mirror of
https://github.com/NixOS/mobile-nixos.git
synced 2024-12-15 02:43:24 +03:00
8 lines
78 B
Nix
8 lines
78 B
Nix
{ ... }:
|
|
|
|
{
|
|
nixpkgs.overlays = [
|
|
(import ../overlay/overlay.nix)
|
|
];
|
|
}
|