1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-12-16 11:43:21 +03:00
mobile-nixos/modules/nixpkgs.nix

8 lines
78 B
Nix
Raw Normal View History

2018-06-27 03:39:26 +03:00
{ ... }:
{
nixpkgs.overlays = [
(import ../overlay/overlay.nix)
];
}