Revert "flake/modules: remove builtPackage"

This reverts commit 2aa004b456.
This commit is contained in:
NotAShelf 2024-04-14 17:02:39 +03:00
parent 2aa004b456
commit 8c4f32645b
No known key found for this signature in database
GPG Key ID: 02D1DD3FA08B6B29
2 changed files with 20 additions and 0 deletions

View File

@ -22,6 +22,16 @@ 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,6 +22,16 @@ 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 = {};