Compare commits

..

1 commit

Author SHA1 Message Date
36af79082d
[CI] Forgejo tests
All checks were successful
/ test (push) Successful in 21s
2024-02-15 14:10:24 +01:00

View file

@ -49,12 +49,10 @@
cp $f $out/"libtree-sitter-$(basename $f)"
done
'';
ccrEmacsWithoutPackages = (pkgs.emacs-git.override {
ccrEmacsWithoutPackages = pkgs.emacs-git.override {
withSQLite3 = true;
withWebP = true;
withPgtk = true;
}).overrideAttrs {
name = "test";
};
ccrEmacs =
(pkgs.emacsPackagesFor config.packages.ccrEmacsWithoutPackages).emacsWithPackages