From caa730f66500fafdaa5d368a9e8f90228175f22f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20B=C3=A4dorf?= Date: Sat, 30 Apr 2022 20:01:31 +0200 Subject: [PATCH] Fix build --- modules/x-os/boot.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/x-os/boot.nix b/modules/x-os/boot.nix index 5f161db8..f0e97c91 100644 --- a/modules/x-os/boot.nix +++ b/modules/x-os/boot.nix @@ -2,6 +2,7 @@ let cfg = config.pub-solar.x-os; in +with lib; { options.pub-solar.x-os.iso-options.enable = mkOption { type = types.bool;