From d2fb4867d77142eb9933431e2f6f9bb4b151228b Mon Sep 17 00:00:00 2001 From: zowoq <59103226+zowoq@users.noreply.github.com> Date: Sat, 30 Aug 2025 08:57:48 +1000 Subject: [PATCH] flake: disable CI for packages --- flake.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/flake.nix b/flake.nix index bff4973d6..5c57c7391 100644 --- a/flake.nix +++ b/flake.nix @@ -79,9 +79,6 @@ inherit (pkgs) emacs-lsp; inherit (pkgs) commercial-emacs; }; - - packages = mkEmacsSet pkgs.emacs; - packages-unstable = mkEmacsSet pkgs.emacs-unstable; }; in