Update flake inputs (nixpkgs, home-manager, claude-code-nix)
Some checks failed
Check Flake / check-flake (push) Failing after 2m49s

Remove obsolete libreoffice-noto-fonts-subset.patch — upstream nixpkgs
removed the noto-fonts-subset code from the libreoffice derivation.
This commit is contained in:
2026-03-03 22:41:20 -08:00
parent b29e80f3e9
commit eaf50acace
3 changed files with 9 additions and 26 deletions

View File

@@ -139,7 +139,6 @@
src = nixpkgs;
patches = [
./patches/dont-break-nix-serve.patch
./patches/libreoffice-noto-fonts-subset.patch
];
};
patchedNixpkgs = nixpkgs.lib.fix (self: (import "${patchedNixpkgsSrc}/flake.nix").outputs { self = nixpkgs; });