nixos/installer: fix eval with missing config arg

Fixes: 4cdda329f0 ("nixos/modules/profiles/base.nix: omit zfs if unavailable")
This commit is contained in:
Alyssa Ross 2022-10-10 23:58:22 +00:00
parent 205e805d51
commit d165f7a513
No known key found for this signature in database
GPG Key ID: F9DBED4859B271C0

View File

@ -1,7 +1,7 @@
# 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