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:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user