about summary refs log tree commit diff
path: root/pkgs/test/nixpkgs-check-by-name/tests/override-no-file/expected
blob: 040d7c635f7a77e4c947e8c22c2acd686ca7be89 (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 not right:
  It is defined in all-packages.nix:2 as

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