per-system-optim/nixpkgs/default.nix

10 lines
125 B
Nix
Raw Normal View History

2023-06-02 06:29:02 +00:00
{
nixpkgs,
applyPatches,
}:
applyPatches {
name = "nixpkgs-patched";
src = nixpkgs;
patches = [./nixpkgs.patch];
}