From f073df60d60444c30c49cb26d6b187a4100b41fe Mon Sep 17 00:00:00 2001 From: John Ericson Date: Wed, 22 Jun 2016 01:39:50 -0700 Subject: Replace `./../*` with `../*` in Nix expressions (#16414) --- pkgs/top-level/release.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/top-level/release.nix') diff --git a/pkgs/top-level/release.nix b/pkgs/top-level/release.nix index b596075a2ed..ba99fd5a037 100644 --- a/pkgs/top-level/release.nix +++ b/pkgs/top-level/release.nix @@ -9,7 +9,7 @@ $ nix-build pkgs/top-level/release.nix -A coreutils.x86_64-linux */ -{ nixpkgs ? { outPath = (import ./../.. {}).lib.cleanSource ../..; revCount = 1234; shortRev = "abcdef"; } +{ nixpkgs ? { outPath = (import ../.. {}).lib.cleanSource ../..; revCount = 1234; shortRev = "abcdef"; } , officialRelease ? false , # The platforms for which we build Nixpkgs. supportedSystems ? [ "x86_64-linux" "i686-linux" "x86_64-darwin" ] -- cgit 1.4.1