lib tests: Simplify relative path for default argument
John Ericson 8 years ago da8b2f14 25edc476
··· 1 - { pkgs ? import ((import ../../lib).cleanSource ../..) {} }: 2 3 pkgs.stdenv.mkDerivation { 4 name = "nixpkgs-lib-tests";
··· 1 + { pkgs ? import ((import ../.).cleanSource ../..) {} }: 2 3 pkgs.stdenv.mkDerivation { 4 name = "nixpkgs-lib-tests";