chore: rename "package" to "emacs"

This commit is contained in:
Artur Manuel 2024-09-11 18:42:58 +01:00
commit 0a0f426b00
Failed to generate hash of commit
3 changed files with 1 additions and 567 deletions

View file

@ -27,7 +27,7 @@
...
}:
let
inherit (import ./package/mkEmacs.nix pkgs) mkEmacs;
inherit (import ./emacs/mkEmacs.nix pkgs) mkEmacs;
in
{
_module.args.pkgs = import inputs.nixpkgs {