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