{ pkgs ? import nixpkgs { inherit system; config = { }; overlays = [ ]; }, nixpkgs ? , system ? builtins.currentSystem, }: { website = pkgs.callPackage ./nix/package.nix { }; }