mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
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 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue