From 0abb318c351a8bdb6cac8998d737bd81340cb0c0 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 19 May 2024 13:30:29 +0200 Subject: fix error applying enchant override --- overlays/extra-packages.nix | 4 ---- overlays/personal.nix | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/overlays/extra-packages.nix b/overlays/extra-packages.nix index 76642078..6c64c24b 100644 --- a/overlays/extra-packages.nix +++ b/overlays/extra-packages.nix @@ -13,8 +13,4 @@ self: super: { ''; }; }); - enchant = super.personal.enchant-configurable.override { - withHspell = false; - withAspell = false; - }; } diff --git a/overlays/personal.nix b/overlays/personal.nix index 2a78760e..9eae64c4 100644 --- a/overlays/personal.nix +++ b/overlays/personal.nix @@ -6,4 +6,8 @@ let in { inherit personal; + enchant = personal.enchant-configurable.override { + withHspell = false; + withAspell = false; + }; } -- cgit 1.4.1