flake, darwin: nixpkgs patching not required anymore with 25.05

keeping the architecture for doing so available for future needs though.
This commit is contained in:
Trolli Schmittlauch 2025-05-20 23:11:00 +02:00
parent c0db186d73
commit 2b06c59dd8

View file

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