Remove emacs.

This commit is contained in:
Kevin Baensch 2024-11-16 11:12:30 +01:00
parent 6b694fd58a
commit 51f1c74dc2
Signed by: derped
GPG key ID: C0F1D326C7626543
36 changed files with 1 additions and 2295 deletions

View file

@ -16,7 +16,7 @@ with lib; let
type = with types; oneOf [package (listOf package)];
default = fn.pkgFilter cfg.pkgsets."${pname}".pkgs;
description = ''
Package Wrapper for packages using a wrapper function (like python, emacs, haskell, ...)
Package Wrapper for packages using a wrapper function (like python, haskell, ...)
'';
};
pkgs = mkOption {