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