per-system-optim/nixpkgs/default.nix

13 lines
171 B
Nix

{
nixpkgs,
applyPatches,
}:
applyPatches {
name = "nixpkgs-patched";
src = nixpkgs;
patches = [
./nixpkgs.patch
./245332.patch
./bugfix.patch
];
}