about summary refs log tree commit diff
path: root/overlays
Commit message (Collapse)AuthorAge
...
| * Revert "Don't wipe patches"Brian Leung2022-12-03
| | | | | | | | This reverts commit c9fb613635a8420cac9419ead7d0cd69126c4d26.
| * Don't wipe patchesBrian Leung2022-12-03
| |
| * Remove unnecessary substituteInPlaceBrian Leung2022-12-03
| | | | | | | | It's now taken care of in nixpkgs.
| * add tree sitter languages to rpath (#273)Jason Jackson2022-12-02
| |
| * Add Darwin notes for tree-sitterBrian Leung2022-12-02
| |
| * Enable WebP support for emacsPgtkBrian Leung2022-12-02
| |
| * Alias redundant attributes since in 22.11, nativeComp = trueBrian Leung2022-12-02
| |
| * Enable tree-sitter by default when applicableBrian Leung2022-12-02
| |
| * remove newline, remove clojureJason Jackson2022-12-02
| |
| * TODO: write commit messageJason Jackson2022-12-02
| |
| * TODO: write commit messageJason Jackson2022-12-02
| |
| * TODO: write commit messageJason Jackson2022-12-02
| |
| * TODO: write commit messageJason Jackson2022-12-02
| |
| * TODO: write commit messageJason Jackson2022-12-02
| |
| * Add tree-sitter-typescript grammarBrian Leung2022-12-02
| |
| * Add C# grammar to list of tree-sitter pluginsBrian Leung2022-11-23
| |
| * Build emacsGitTreeSitter from masterBrian Leung2022-11-21
| |
| * Add tree-sitter-bash to list of pluginsBrian Leung2022-11-17
| |
| * Add more tree-sitter pluginsBrian Leung2022-11-12
| |
| * emacs: add emacsLspEric Dallo2022-11-09
| |
| * overlays: use a better and clearer way to compose overlaysLin Jian2022-10-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The old way of composing overlays addes an unnecessay overlay, which breaks the packages attribute of the flake. To reduce the impact on users, I make a workaround[1] for that, which has been merged. Now I figure out the real fix, which is to change (_: super) to (_: {}). Additionally, the old way is a bit confusing. This patch fixes both issues by using a better and clearer way to compose overlays. Since the workaround is no longer needed after this patch, I revert that in the next commit. [1]: https://github.com/nix-community/emacs-overlay/pull/256
| * address commentsYilin Wei2022-10-17
| |
| * Make `withTreeSitterPlugins` overridable.Yilin Wei2022-10-12
| | | | | | | | | | Allow the tree-sitter plugins to be overridable until the attributes are upstreamed.
| * Add `feature/tree-sitter` derivation to emacs overlayYilin Wei2022-10-12
| | | | | | | | | | | | | | | | Adds the branch `feature/tree-sitter` to allow testing of tree-sitter integration and exposes it as `emacsGitTreeSitter` in the `emacs` overlay. Introduces `withTreeSitter` and `withTreeSitterPlugins`.
| * Split into two overlays: one for emacs and one for emacs packagesLin Jian2022-10-04
| | | | | | | | | | | | | | | | | | Emacs packages in nixpkgs have binary cache since [1]. It is useful to split the whole overlay into two seperated ones so that users can use emacs packages in nixpkgs with emacsWithPackagesFromUsePackage or emacsWithPackagesFromPackageRequires in this overlay. [1]: https://github.com/NixOS/nixpkgs/pull/188110
| * Move default.nix into overlays dirLin Jian2022-10-04
| | | | This is to prepare for splitting the overlay into two seperated ones.
* Merge branch 'nixos-unstable' of https://github.com/NixOS/nixpkgsAlyssa Ross2023-06-16
| | | | | | | | | | | | | | | | | | | | | | Conflicts: nixpkgs/nixos/modules/config/console.nix nixpkgs/nixos/modules/services/mail/mailman.nix nixpkgs/nixos/modules/services/mail/public-inbox.nix nixpkgs/nixos/modules/services/mail/rss2email.nix nixpkgs/nixos/modules/services/networking/ssh/sshd.nix nixpkgs/pkgs/applications/networking/instant-messengers/dino/default.nix nixpkgs/pkgs/applications/networking/irc/weechat/default.nix nixpkgs/pkgs/applications/window-managers/sway/default.nix nixpkgs/pkgs/build-support/go/module.nix nixpkgs/pkgs/build-support/rust/build-rust-package/default.nix nixpkgs/pkgs/development/interpreters/python/default.nix nixpkgs/pkgs/development/node-packages/overrides.nix nixpkgs/pkgs/development/tools/b4/default.nix nixpkgs/pkgs/servers/dict/dictd-db.nix nixpkgs/pkgs/servers/mail/public-inbox/default.nix nixpkgs/pkgs/tools/security/pinentry/default.nix nixpkgs/pkgs/tools/text/unoconv/default.nix nixpkgs/pkgs/top-level/all-packages.nix
* overlays/patches: pin OpenSSL 1.1Alyssa Ross2023-06-05
| | | | | | Due to a vulnerability in the current Nixpkgs only affecting 3.0. Nginx has to be overridden specifically, as the only explicit user of 3.0.
* modules/pushmail: initAlyssa Ross2023-06-05
|
* mailman: don't re-encode outgoing mailAlyssa Ross2023-06-05
| | | | This can break DKIM.
* overlays/patches: fix mailman-web overrideAlyssa Ross2023-06-05
| | | | Package is no longer under python3.pkgs.
* overlays/pr-tracker: dropAlyssa Ross2023-06-05
| | | | This is now in Nixpkgs, on a newer version.
* Merge commit '99665eb45f58d959d2cb9e49ddb960c79d596f33'Alyssa Ross2023-02-08
|
* patches/firefox: fix diff nameAlyssa Ross2023-02-08
|
* declarative-git-repository: initAlyssa Ross2022-10-21
|
* Merge commit '8707d84ec67b39d5655929fc974055bcb9a160fb' into nixlib-atuinAlyssa Ross2022-10-21
|
* Merge commit '00e27c78d3d2de6964096ceee8d70e5b487365e3'Alyssa Ross2022-03-31
| | | | | | | | | | Conflicts: nixpkgs/nixos/modules/system/boot/systemd.nix nixpkgs/pkgs/applications/networking/browsers/firefox/common.nix nixpkgs/pkgs/applications/version-management/git-and-tools/cgit/common.nix nixpkgs/pkgs/applications/version-management/git-and-tools/cgit/default.nix nixpkgs/pkgs/applications/version-management/git-and-tools/cgit/pink.nix nixpkgs/pkgs/top-level/all-packages.nix
* patches/cgit: update causual.agency patch URLAlyssa Ross2022-03-21
|
* Merge commit '3239fd2b8f728106491154b44625662e10259af2'Alyssa Ross2022-03-16
| | | | | Conflicts: nixpkgs/pkgs/applications/window-managers/sway/default.nix
* Merge commit '93883402a445ad467320925a0a5dbe43a949f25b'Alyssa Ross2022-03-11
| | | | | | | | | | Conflicts: nixpkgs/nixos/modules/programs/ssh.nix nixpkgs/pkgs/applications/networking/browsers/firefox/packages.nix nixpkgs/pkgs/data/fonts/noto-fonts/default.nix nixpkgs/pkgs/development/go-modules/generic/default.nix nixpkgs/pkgs/development/interpreters/ruby/default.nix nixpkgs/pkgs/development/libraries/mesa/default.nix
* kernelPatches.eve-backlight: backport upstream patchesAlyssa Ross2022-02-21
|
* Merge commit '18c84ea816348e2a098390101b92d1e39a9dbd45'Alyssa Ross2022-02-19
| | | | | | | | | | | | | | | | | Conflicts: nixpkgs/nixos/modules/misc/documentation.nix nixpkgs/pkgs/applications/networking/browsers/firefox/packages.nix nixpkgs/pkgs/applications/window-managers/sway/default.nix nixpkgs/pkgs/build-support/rust/build-rust-package/default.nix nixpkgs/pkgs/development/go-modules/generic/default.nix nixpkgs/pkgs/development/interpreters/ruby/default.nix nixpkgs/pkgs/development/interpreters/ruby/patchsets.nix nixpkgs/pkgs/development/libraries/boehm-gc/7.6.6.nix nixpkgs/pkgs/development/python-modules/django-mailman3/default.nix nixpkgs/pkgs/servers/mail/mailman/web.nix nixpkgs/pkgs/top-level/aliases.nix nixpkgs/pkgs/top-level/all-packages.nix nixpkgs/pkgs/top-level/impure.nix
* Merge commit 'a323570a264da96a0b0bcc1c9aa017794acdc752'Alyssa Ross2022-01-07
|
* Merge commit '4afeb3a259dc19ff5a001e598dcd94885d439d24'Alyssa Ross2021-10-19
|
* firefox: 92.0.1 -> 93.0Martin Weinelt2021-10-17
| | | | (cherry picked from commit 7dfcaf5e73feebe12606dbc4c08128af75797fa4)
* kernelPatches.eve-backlight: update for Linux 5.14Alyssa Ross2021-09-27
|
* Merge commit 'db88608d8c811a93b74c99cfa1224952afc78200'Alyssa Ross2021-09-13
| | | | | Conflicts: nixpkgs/nixos/modules/config/update-users-groups.pl
* Merge commit 'd962fd773274e8303bc96ca64fb3569aec5ac764' into HEADAlyssa Ross2021-08-08
|
* patches/cgit: use buffered stdioAlyssa Ross2021-08-08
|
* patches/cgit: improve rendering w/o CSS relianceAlyssa Ross2021-08-06
|