mirror of
https://github.com/NixOS/mobile-nixos.git
synced 2024-12-18 05:21:47 +03:00
7 lines
136 B
Nix
7 lines
136 B
Nix
|
{
|
||
|
pkgs' ? (import <nixpkgs> {
|
||
|
overlays = [(import ../builder/overlay.nix)];
|
||
|
})
|
||
|
}: pkgs'
|
||
|
|