Replace ./../* with ../* in Nix expressions (#16414)
This commit is contained in:
committed by
Domen Kožar
parent
48f1d9c483
commit
f073df60d6
@@ -1,6 +1,6 @@
|
||||
{ nixpkgs }:
|
||||
|
||||
with import ./../.. { };
|
||||
with import ../.. { };
|
||||
with lib;
|
||||
|
||||
stdenv.mkDerivation {
|
||||
|
||||
Reference in New Issue
Block a user