mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-22 21:30:51 +00:00
Revert "flake/modules: remove builtPackage"
This reverts commit 2aa004b456
.
This commit is contained in:
parent
2aa004b456
commit
8c4f32645b
2 changed files with 20 additions and 0 deletions
|
@ -22,6 +22,16 @@ in {
|
||||||
|
|
||||||
options.programs.neovim-flake = {
|
options.programs.neovim-flake = {
|
||||||
enable = mkEnableOption "neovim-flake, the extensible neovim-wrapper";
|
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 {
|
settings = mkOption {
|
||||||
type = attrsOf anything;
|
type = attrsOf anything;
|
||||||
default = {};
|
default = {};
|
||||||
|
|
|
@ -22,6 +22,16 @@ in {
|
||||||
|
|
||||||
options.programs.neovim-flake = {
|
options.programs.neovim-flake = {
|
||||||
enable = mkEnableOption "neovim-flake, the extensible neovim-wrapper";
|
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 {
|
settings = mkOption {
|
||||||
type = attrsOf anything;
|
type = attrsOf anything;
|
||||||
default = {};
|
default = {};
|
||||||
|
|
Loading…
Reference in a new issue