You should have seen a warning.
configuration.nix has changed:
old (in the past configuration.nix was not a function):
  {
  }
and pkgs was passed to many options. However this was changed:
new:
  { pkgs, config, ...} : {
  }
Then pkgs is defined. If you still have trouble post again
Marc Weber