-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
emacsPackages.codeium: init at 1.6.13 #278201
Conversation
close #273977 |
Result of 1 package built:
|
fdee27a
to
c6137eb
Compare
Result of 1 package built:
|
pkgs/applications/editors/emacs/elisp-packages/manual-packages/codeium/default.nix
Show resolved
Hide resolved
pkgs/applications/editors/emacs/elisp-packages/manual-packages/codeium/default.nix
Show resolved
Hide resolved
pkgs/applications/editors/emacs/elisp-packages/manual-packages/codeium/default.nix
Outdated
Show resolved
Hide resolved
Everything code-wise LGTM now. Could you squash your commits as described in https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md ? |
2dfd927
to
4a703f1
Compare
@@ -0,0 +1,28 @@ | |||
{ trivialBuild, fetchFromGitHub, pkgs, lib, }: | |||
trivialBuild { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use melpBuild
or elpaBuild
.
Packages built by trivialBuild
will not be activated[1][2] by Emacs's builtin package manager package.el
when Emacs starts. So some issues occur:
- autoloaded commands does not work out-of-the-box: you have to call
(require 'foo-autoloads)
first before calling an autoloaded command - info manual does not show in
C-h i
Maybe this issue of trivialBuild
should be documented somewhere? @adisbladis @AndersonTorres
[1]: its package dir is not searched by Emacs
[2]: it does not contain a foo-pkg.el file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Resolved it with #278918
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Description of changes
Free, ultrafast, extensible AI code completion tool for Emacs
https://github.com/Exafunction/codeium.el
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.