about summary refs log tree commit diff
path: root/pkgs/test/nixpkgs-check-by-name/tests/alt-callPackage/expected
blob: 80d79ecaba12f87ab3d8450794046363ed01ac18 (plain) (blame)
1
2
3
4
5
6
7
8
9
- Because pkgs/by-name/fo/foo exists, the attribute `pkgs.foo` must be defined like

    foo = callPackage ./pkgs/by-name/fo/foo/package.nix { /* ... */ };

  This is however not the case: A different `callPackage` is used.
  It is defined in all-packages.nix:5 as

    foo = self.alt.callPackage ({ }: self.someDrv) { };
This PR introduces the above problems, merging would break the base branch