From e3fe689d4b46f4800fc9d28c9eb86bee9abacb22 Mon Sep 17 00:00:00 2001 From: Alexander Bantyev Date: Sat, 6 Nov 2021 12:14:18 +0300 Subject: [PATCH] Fix iso-image --- machines/iso-image/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/iso-image/default.nix b/machines/iso-image/default.nix index 4f703c0..16a7859 100644 --- a/machines/iso-image/default.nix +++ b/machines/iso-image/default.nix @@ -1,5 +1,5 @@ { modulesPath, lib, inputs, pkgs, ... }: { - imports = with inputs.self.nixosModules; [ + imports = with inputs.self.nixosModules; with inputs.self.nixosProfiles; [ "${modulesPath}/installer/cd-dvd/installation-cd-minimal.nix" inputs.self.nixosRoles.base themes