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:
@@ -259,9 +259,6 @@ in
|
||||
default = { };
|
||||
type = attrsOf (
|
||||
submodule (prompt: {
|
||||
imports = [
|
||||
(lib.mkRenamedOptionModule [ "createFile" ] [ "persist" ])
|
||||
];
|
||||
options = {
|
||||
name = lib.mkOption {
|
||||
description = ''
|
||||
|
||||
Reference in New Issue
Block a user