about summary refs log tree commit diff
path: root/pkgs/test/nixpkgs-check-by-name/tests/override-different-file/expected
blob: 6f439dd4b7d0be67bb63f028db4363fca4a70fa7 (plain) (blame)
1
2
3
4
5
6
7
8
9
- Because pkgs/by-name/no/nonDerivation exists, the attribute `pkgs.nonDerivation` must be defined like

    nonDerivation = callPackage ./pkgs/by-name/no/nonDerivation/package.nix { /* ... */ };

  This is however not the case: The first `callPackage` argument is the wrong path.
  It is defined in all-packages.nix:2:3 as

    nonDerivation = callPackage ./someDrv.nix { /* ... */ };
This PR introduces the above problems, merging would break the base branch