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