nixos/installer: fix eval with missing config arg

Fixes: 4cdda329f06 ("nixos/modules/profiles/base.nix: omit zfs if unavailable")

Changed files
+1 -1
nixos
modules
profiles
+1 -1
nixos/modules/profiles/base.nix
···
# This module defines the software packages included in the "minimal"
# installation CD. It might be useful elsewhere.
-
{ lib, pkgs, ... }:
+
{ config, lib, pkgs, ... }:
{
# Include some utilities that are useful for installing or repairing