Merge pull request #195437 from alyssais/installer-eval

nixos/installer: fix eval with missing config arg
This commit is contained in:
Martin Weinelt 2022-10-11 02:18:39 +02:00 committed by GitHub
commit 2327ed0f40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
# This module defines the software packages included in the "minimal" # This module defines the software packages included in the "minimal"
# installation CD. It might be useful elsewhere. # installation CD. It might be useful elsewhere.
{ lib, pkgs, ... }: { config, lib, pkgs, ... }:
{ {
# Include some utilities that are useful for installing or repairing # Include some utilities that are useful for installing or repairing