7 lines
190 B
Nix
7 lines
190 B
Nix
|
self: super: {
|
||
|
# nixpkgs-unpatched contains the original upstream nixpkgs tree
|
||
|
nixpkgs = self.callPackage ./nixpkgs {
|
||
|
nixpkgs = self.nixpkgs-unpatched or <nixpkgs-unpatched>;
|
||
|
};
|
||
|
}
|