From 5aa1f475872b91fa2c00730e65e514c27c531372 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Fri, 6 Dec 2024 17:00:35 +0100 Subject: [PATCH] remove unused iso output --- nixosModules/clanCore/outputs.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/nixosModules/clanCore/outputs.nix b/nixosModules/clanCore/outputs.nix index d38a7a094..ba517b9a6 100644 --- a/nixosModules/clanCore/outputs.nix +++ b/nixosModules/clanCore/outputs.nix @@ -61,12 +61,6 @@ json metadata about the vm ''; }; - iso = lib.mkOption { - type = lib.types.path; - description = '' - A generated iso of the machine for the flash command - ''; - }; }; }; description = ''