Giter VIP home page Giter VIP logo

Comments (5)

dustinlyons avatar dustinlyons commented on May 2, 2024 1

I would check with this team: https://github.com/d12frosted/homebrew-emacs-plus

from nixos-config.

dustinlyons avatar dustinlyons commented on May 2, 2024

Hi, I am not sure, I have not used the emacs-plus homebrew tap. I would check with that team; you will encounter errors with Nix from time to and time and should check with the owner of that code.

from nixos-config.

injae avatar injae commented on May 2, 2024

It seems that the brew tap command in home-manager is functioning correctly when using a version that does not have nix-homebrew installed.
It seems to be an issue with nix-homebrew.

Changes

Remove all configurations related to nix-homebrew and install Homebrew separately. Then, use Homebrew taps with home-manager.

   taps = [                                                                
       "d12frosted/emacs-plus"
     ];
 
   brews = [
       {
         name = "emacs-plus@30";
         args = [
           "with-mailutil"
           "with-xwidgets"
            "with-imagemagick"
            "with-native-comp"
          "with-poll"
         ];
       }
  ];

from nixos-config.

dustinlyons avatar dustinlyons commented on May 2, 2024

Interesting. You may want to open an Issue with the nix-homebrew owner if you've identified the issue. I've not run into unreadable package issues so far, but it could be something with the "@30" syntax that is causing the error. Not using nix-homebrew is just fine, it just means you have that extra step of installing homebrew with Nix. I ran this configuration like that for over a year.

from nixos-config.

injae avatar injae commented on May 2, 2024

I have resolved the issue by manually installing Brew, and it seems like the problem is related to nix-homebrew.
Therefore, I will close the issue.
Thanks for your help 🙇 👍

from nixos-config.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.