forked from mirrors/nixpkgs
nixos/installer: fix eval with missing config arg
Fixes: 4cdda329f0
("nixos/modules/profiles/base.nix: omit zfs if unavailable")
This commit is contained in:
parent
205e805d51
commit
d165f7a513
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue