aboutsummaryrefslogtreecommitdiff
path: root/pkgs/top-level/release-python.nix
diff options
context:
space:
mode:
authorJohn Ericson <Ericson2314@yahoo.com>2016-06-22 01:39:50 -0700
committerDomen Kožar <domen@dev.si>2016-06-22 10:39:50 +0200
commitf073df60d60444c30c49cb26d6b187a4100b41fe (patch)
treef1d70957cb94c3f9de765f51d9dc9599b32d6b21 /pkgs/top-level/release-python.nix
parent48f1d9c483c772705b4dca1e02010d339ee0cc53 (diff)
Replace `./../*` with `../*` in Nix expressions (#16414)
Diffstat (limited to 'pkgs/top-level/release-python.nix')
-rw-r--r--pkgs/top-level/release-python.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/release-python.nix b/pkgs/top-level/release-python.nix
index cb21a660eb56..0fbd5e50d12e 100644
--- a/pkgs/top-level/release-python.nix
+++ b/pkgs/top-level/release-python.nix
@@ -3,7 +3,7 @@
$ hydra-eval-jobs pkgs/top-level/release-python.nix
*/
-{ 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" ]