flake/modules: remove builtPackage

causes evaluation errors
This commit is contained in:
NotAShelf 2024-04-14 16:57:40 +03:00
parent ebac4c87f4
commit 2aa004b456
No known key found for this signature in database
GPG Key ID: 02D1DD3FA08B6B29
2 changed files with 0 additions and 20 deletions

View File

@ -22,16 +22,6 @@ in {
options.programs.neovim-flake = {
enable = mkEnableOption "neovim-flake, the extensible neovim-wrapper";
builtPackage = mkOption {
type = anything;
default = builtPackage;
internal = true;
description = ''
The built neovim-flake package, wrapped with the user's configuration.
'';
};
settings = mkOption {
type = attrsOf anything;
default = {};

View File

@ -22,16 +22,6 @@ in {
options.programs.neovim-flake = {
enable = mkEnableOption "neovim-flake, the extensible neovim-wrapper";
builtPackage = mkOption {
type = anything;
default = builtPackage;
internal = true;
description = ''
The built neovim-flake package, wrapped with the user's configuration.
'';
};
settings = mkOption {
type = attrsOf anything;
default = {};