From 772067d0654cbeb64bf5e7fd3bd437fa31cc7411 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Wed, 14 Feb 2024 20:32:54 +0400 Subject: [PATCH] oh my god --- modules/dev/editors/emacs/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/dev/editors/emacs/default.nix b/modules/dev/editors/emacs/default.nix index 44629242..93999a94 100644 --- a/modules/dev/editors/emacs/default.nix +++ b/modules/dev/editors/emacs/default.nix @@ -4,7 +4,6 @@ config, lib, pkgs, - types, inputs, ... }: @@ -28,7 +27,7 @@ in { enable = mkEnableOption false; daemon = mkEnableOption true; package = mkOption { - type = types.package; + type = with types; package; default = pkgs.emacs-unstable; description = "pkgs. followed by the name of the emacs overlay package"; };