Compare commits
1 commit
36af79082d
...
d87b30149c
Author | SHA1 | Date | |
---|---|---|---|
d87b30149c |
2 changed files with 6 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: nix
|
||||
runs-on: nix
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- run: nix --version
|
||||
- uses: actions/checkout@v4
|
||||
- run: nix run github:Mic92/nix-fast-build -- --no-nom
|
||||
|
|
|
@ -49,10 +49,12 @@
|
|||
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
|
||||
|
|
Reference in a new issue