From d165f7a5136f48745d8e113838c9fac4d4d1b9c0 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Mon, 10 Oct 2022 23:58:22 +0000 Subject: [PATCH] nixos/installer: fix eval with missing config arg Fixes: 4cdda329f06 ("nixos/modules/profiles/base.nix: omit zfs if unavailable") --- nixos/modules/profiles/base.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/profiles/base.nix b/nixos/modules/profiles/base.nix index 685008b09b04..c415ca857437 100644 --- a/nixos/modules/profiles/base.nix +++ b/nixos/modules/profiles/base.nix @@ -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