mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-09 22:55:58 +01:00
flake/modules: remove builtPackage
causes evaluation errors
This commit is contained in:
parent
ebac4c87f4
commit
2aa004b456
2 changed files with 0 additions and 20 deletions
|
@ -22,16 +22,6 @@ 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,16 +22,6 @@ 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