nixos-config/patches
2023-11-19 00:07:07 -06:00
..
emacs-no-version-check.patch Updated system + added nixpkgs emacs patch 2023-09-08 21:46:32 -05:00
nixos-nixpkgs-268027.patch Updated system (with temp python2 wheel patch) 2023-11-19 00:07:07 -06:00
README.org Added nixpkgs patches documentation 2023-09-09 06:18:41 -05:00

I never thought I'd have to do this, but here we are

Since I use nixpkgs-unstable (I am an Arch user by heart), there are some cases where certain packages will break or fail to build (usually due to my extremely customized, non-standard system).

With Nix, I could just rollback everything and wait to update until an upstream patch fixes things, but if it's a quick fix, I'd rather just patch it in immediately so that everything else can stay up to date.

List of Patches

Here is a list of patches in this directory, along with a more detailed description of why it's necessary:

Patch Reason
emacs-no-version-check.patch 35ccb9d breaks my nix-doom-emacs install by preventing home-manager from building. This patches undoes this commit.