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:
parent
c0db186d73
commit
2b06c59dd8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue