1 2 3 4 5 6 7
{ overlays ? [], ... }@args: import <nixpkgs> (args // { overlays = [ (import ./overlay.nix) ] ++ overlays; })