nixpkgs: remove keepassxc patch after PR has reached channel

This commit is contained in:
Trolli Schmittlauch 2025-07-01 21:47:05 +02:00
parent 2adf23410c
commit 205de75f07
2 changed files with 1 additions and 27 deletions

View file

@ -53,7 +53,7 @@
(import nixpkgs { inherit system; }).applyPatches {
name = "nixpkgs-patched";
src = nixpkgs;
patches = [ ./patches/keepassxc-fix-darwin-build.patch ];
patches = [ ];
};
# necessary to make the top-level inputs available to system configuration