Compare commits

..

1 commit

Author SHA1 Message Date
99b3c67d31
[CI] Forgejo tests
All checks were successful
/ test (push) Successful in 17s
2024-02-15 14:25:37 +01:00

View file

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