Replace ./../* with ../* in Nix expressions (#16414)
This commit is contained in:
committed by
Domen Kožar
parent
48f1d9c483
commit
f073df60d6
@@ -1,5 +1,5 @@
|
||||
{ supportedSystems
|
||||
, packageSet ? (import ./../..)
|
||||
, packageSet ? (import ../..)
|
||||
, allowTexliveBuilds ? false
|
||||
, scrubJobs ? true
|
||||
}:
|
||||
|
||||
Reference in New Issue
Block a user