deleted generated files
This commit is contained in:
+2
-2
@@ -789,7 +789,7 @@ in
|
||||
|
||||
# Define myApps top-level option if it doesn't exist yet
|
||||
options.myApps = lib.mkOption {
|
||||
type = lib.types.attrsOf lib.types.any;
|
||||
type = lib.types.attrsOf lib.types.value;
|
||||
default = {};
|
||||
description = "Top-level container for custom apps";
|
||||
};
|
||||
@@ -802,7 +802,7 @@ in
|
||||
enable = true;
|
||||
user = username;
|
||||
assetsDir = flatpakConfPath;
|
||||
files = []; # we handle parsing at runtime
|
||||
files = []; # handled at runtime
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user