mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 14:47:34 +00:00
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 {
|
||||
name = "nixpkgs-lib-tests";
|
||||
|
Loading…
Reference in New Issue
Block a user