HASH 9dee07646df7
DATE 2025-01-26
SUBJECT deadnix
FILES 2 CHANGED
HASH 9dee07646df7
DATE 2025-01-26
SUBJECT deadnix
FILES 2 CHANGED
┌─ modules/home/workstation/communication/equicord/options.nix ──────────────┐
│ diff --git a/modules/home/workstation/communication/equicord/options.nix b/modules │
│ /home/workstation/communication/equicord/options.nix │
│ index 33996d0..839f513 100644 │
│ --- a/modules/home/workstation/communication/equicord/options.nix │
│ +++ b/modules/home/workstation/communication/equicord/options.nix │
│ @@ -5,7 +5,7 @@ │
│ ... │
│ }: let │
│ inherit (lib) mkIf mkOption mkEnableOption mkPackageOption; │
│ - inherit (lib.types) listOf str int enum numbers oneOf nullOr attrsOf submodule │
│ bool strMatching; │
│ + inherit (lib.types) listOf str int enum numbers oneOf bool strMatching; │
│ mkBoolOption = default: description: │
│ mkOption { │
│ type = bool; │
└────────────────────────────────────────────────────────────────────────────────────┘
┌─ ...nication/equicord/options.nix ───┐
│ diff --git a/modules/home/workstation/commun │
│ ication/equicord/options.nix b/modules/home/ │
│ workstation/communication/equicord/options.n │
│ ix │
│ index 33996d0..839f513 100644 │
│ --- a/modules/home/workstation/communication │
│ /equicord/options.nix │
│ +++ b/modules/home/workstation/communication │
│ /equicord/options.nix │
│ @@ -5,7 +5,7 @@ │
│ ... │
│ }: let │
│ inherit (lib) mkIf mkOption mkEnableOptio │
│ n mkPackageOption; │
│ - inherit (lib.types) listOf str int enum n │
│ umbers oneOf nullOr attrsOf submodule bool s │
│ trMatching; │
│ + inherit (lib.types) listOf str int enum n │
│ umbers oneOf bool strMatching; │
│ mkBoolOption = default: description: │
│ mkOption { │
│ type = bool; │
└──────────────────────────────────────────────┘
┌─ ...s/ook-vim/modules/plugins/notes/render-markdown/render-markdown.nix ───┐
│ diff --git a/outputs/pkgs/ook-vim/modules/plugins/notes/render-markdown/render-mar │
│ kdown.nix b/outputs/pkgs/ook-vim/modules/plugins/notes/render-markdown/render-mark │
│ down.nix │
│ index ddd35ae..775447d 100644 │
│ --- a/outputs/pkgs/ook-vim/modules/plugins/notes/render-markdown/render-markdown.n │
│ ix │
│ +++ b/outputs/pkgs/ook-vim/modules/plugins/notes/render-markdown/render-markdown.n │
│ ix │
│ @@ -1,10 +1,6 @@ │
│ -{ │
│ - lib, │
│ - config, │
│ - ... │
│ -}: let │
│ +{lib, ...}: let │
│ inherit (lib) mkOption mkEnableOption; │
│ - inherit (lib.types) str nullOr bool enum listOf int float attrsOf submodule; │
│ + inherit (lib.types) str nullOr bool enum listOf int float attrsOf submodule eit │
│ her; │
│ inherit (lib.nvim.types) mkPluginSetupOption luaInline; │
│ │
│ # All possible Neovim modes │
│ @@ -425,4 +421,3 @@ in { │
│ }; │
│ }; │
│ } │
│ - │
└────────────────────────────────────────────────────────────────────────────────────┘
┌─ ...-markdown/render-markdown.nix ───┐
│ diff --git a/outputs/pkgs/ook-vim/modules/pl │
│ ugins/notes/render-markdown/render-markdown. │
│ nix b/outputs/pkgs/ook-vim/modules/plugins/n │
│ otes/render-markdown/render-markdown.nix │
│ index ddd35ae..775447d 100644 │
│ --- a/outputs/pkgs/ook-vim/modules/plugins/n │
│ otes/render-markdown/render-markdown.nix │
│ +++ b/outputs/pkgs/ook-vim/modules/plugins/n │
│ otes/render-markdown/render-markdown.nix │
│ @@ -1,10 +1,6 @@ │
│ -{ │
│ - lib, │
│ - config, │
│ - ... │
│ -}: let │
│ +{lib, ...}: let │
│ inherit (lib) mkOption mkEnableOption; │
│ - inherit (lib.types) str nullOr bool enum │
│ listOf int float attrsOf submodule; │
│ + inherit (lib.types) str nullOr bool enum │
│ listOf int float attrsOf submodule either; │
│ inherit (lib.nvim.types) mkPluginSetupOpt │
│ ion luaInline; │
│ │
│ # All possible Neovim modes │
│ @@ -425,4 +421,3 @@ in { │
│ }; │
│ }; │
│ } │
│ - │
└──────────────────────────────────────────────┘
[ BACK TO LOG ]
──────────────────────────────────────────────────────────────────────────────────────
OOKNET
────────────────────────────────────────────────
OOKNET