From ede00921280e380d49906e4c092e56dc80953a8a Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sun, 4 May 2025 15:53:45 +0200 Subject: [PATCH] fix compile --- installer/flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/flake.nix b/installer/flake.nix index 9c86817..8589eb0 100644 --- a/installer/flake.nix +++ b/installer/flake.nix @@ -7,7 +7,7 @@ system = "x86_64-linux"; modules = [ "${nixos}/nixos/modules/installer/cd-dvd/installation-cd-minimal-new-kernel-no-zfs.nix" - ({ config, pkgs, ... }: { + ({ config, lib, pkgs, ... }: { boot.supportedFilesystems = [ "bcachefs" ]; boot.kernelPackages = lib.mkOverride 0 pkgs.linuxPackages_latest; networking.wireless.enable = false;