mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-15 22:36:23 +01:00
b8e4d555b4
This makes it such that these two errors can both be thrown for a single package: - The attribute value not being a derivation - The attribute not being a proper callPackage The tests had to be adjusted to only throw the error they were testing for
3 lines
49 B
Nix
3 lines
49 B
Nix
self: super: {
|
|
nonDerivation = self.someDrv;
|
|
}
|