lib tests: Simplify relative path for default argument
This commit is contained in:
parent
25edc476fd
commit
da8b2f1412
|
@ -1,4 +1,4 @@
|
||||||
{ pkgs ? import ((import ../../lib).cleanSource ../..) {} }:
|
{ pkgs ? import ((import ../.).cleanSource ../..) {} }:
|
||||||
|
|
||||||
pkgs.stdenv.mkDerivation {
|
pkgs.stdenv.mkDerivation {
|
||||||
name = "nixpkgs-lib-tests";
|
name = "nixpkgs-lib-tests";
|
||||||
|
|
Loading…
Reference in New Issue