Fix cargo config
This commit is contained in:
parent
a19d78bd03
commit
fff149d8f9
1 changed files with 1 additions and 2 deletions
|
@ -42,7 +42,7 @@ in
|
|||
cargo = {
|
||||
enable = true;
|
||||
settings = {
|
||||
"registries.crates-io" = {
|
||||
registries.crates-io = {
|
||||
protocol = "sparse";
|
||||
};
|
||||
};
|
||||
|
@ -51,7 +51,6 @@ in
|
|||
dunst.enable = true;
|
||||
emacs = {
|
||||
enable = true;
|
||||
# package = with pkgs; ((emacsPackagesFor emacsUnstable).emacsWithPackages (epkgs: [ epkgs.emacsql epkgs.emacsql-sqlite ]));
|
||||
package = pkgs.emacsUnstable.override {
|
||||
treeSitterPlugins = builtins.attrValues (filterAttrs (_: isDerivation) pkgs.tree-sitter-grammars);
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue