remove createFile legacy alias from vars/interface

it's hard to filter this out in nix. So instead we just drop this
option.
This commit is contained in:
Jörg Thalheim
2025-01-21 17:45:44 +01:00
committed by clan-bot
parent caaafdf5f9
commit 50e30a750d
2 changed files with 1 additions and 5 deletions

View File

@@ -43,9 +43,8 @@ in
validationHash
migrateFact
share
prompts
;
# createFile is deprecated.
prompts = (lib.removeAttrs generator.prompts [ "createFile" ]);
files = lib.flip lib.mapAttrs generator.files (
_name: file: {