Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Potential cache miss when using emacs.pkgs.* #368

Open
573 opened this issue Nov 20, 2023 · 0 comments
Open

Potential cache miss when using emacs.pkgs.* #368

573 opened this issue Nov 20, 2023 · 0 comments

Comments

@573
Copy link

573 commented Nov 20, 2023

Related to #366

let
  emacs = inputs.emacs-overlay.packages.${system}.emacs-unstable-nox;
  pack = allMelpaPackages:
    with allMelpaPackages; [
      mistty
    ];
in {
  programs.emacs = {
      enable = true;
      package = emacs;
      extraPackages = epkgs: with epkgs;
        (pack emacs.pkgs.melpaPackages);
  };
}

I figured out a fix for the other issue, but now I have a rebuild instead of a cache hit for my emacs derivation.

Is that to be expected ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant