We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There are easier ways, but I found this in a stash
# Manual definition for non-melpa package (epkgs.melpaBuild { pname = "melpazoid"; version = "0.0.0"; commit = "c7cc28607236aba92949e7c47ffb5affb03d6111"; packageRequires = [ epkgs.pkg-info epkgs.epl ]; src = pkgs.fetchFromGitHub { owner = "riscy"; repo = "melpazoid"; rev = "c7cc28607236aba92949e7c47ffb5affb03d6111"; sha256 = "sha256-CY3iwY6uKlMZFLEpgzQ6hNqSBpFUG+/IdF3mSBzST0s="; }; recipe = pkgs.writeText "recipe" '' (melpazoid :repo "riscy/melpazoid" :files ("melpazoid/melpazoid.el") :fetcher github) '';})
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There are easier ways, but I found this in a stash
The text was updated successfully, but these errors were encountered: