Replace ./../* with ../* in Nix expressions (#16414)

This commit is contained in:
John Ericson
2016-06-22 01:39:50 -07:00
committed by Domen Kožar
parent 48f1d9c483
commit f073df60d6
9 changed files with 12 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
{ nixpkgs }:
with import ./../.. { };
with import ../.. { };
with lib;
stdenv.mkDerivation {