per-system-optim/overlay.nix

7 lines
190 B
Nix
Raw Normal View History

2023-06-02 06:29:02 +00:00
self: super: {
# nixpkgs-unpatched contains the original upstream nixpkgs tree
nixpkgs = self.callPackage ./nixpkgs {
nixpkgs = self.nixpkgs-unpatched or <nixpkgs-unpatched>;
};
}