summary refs log tree commit diff
path: root/pkgs/top-level/release-small.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-small.nix
parent48f1d9c483c772705b4dca1e02010d339ee0cc53 (diff)
downloadnixpkgs-f073df60d60444c30c49cb26d6b187a4100b41fe.tar
nixpkgs-f073df60d60444c30c49cb26d6b187a4100b41fe.tar.gz
nixpkgs-f073df60d60444c30c49cb26d6b187a4100b41fe.tar.bz2
nixpkgs-f073df60d60444c30c49cb26d6b187a4100b41fe.tar.lz
nixpkgs-f073df60d60444c30c49cb26d6b187a4100b41fe.tar.xz
nixpkgs-f073df60d60444c30c49cb26d6b187a4100b41fe.tar.zst
nixpkgs-f073df60d60444c30c49cb26d6b187a4100b41fe.zip
Replace `./../*` with `../*` in Nix expressions (#16414)
Diffstat (limited to 'pkgs/top-level/release-small.nix')
-rw-r--r--pkgs/top-level/release-small.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/release-small.nix b/pkgs/top-level/release-small.nix
index 0ccb160e4f6..2774ff66f57 100644
--- a/pkgs/top-level/release-small.nix
+++ b/pkgs/top-level/release-small.nix
@@ -1,7 +1,7 @@
 /* A small release file, with few packages to be built.  The aim is to reduce
    the load on Hydra when testing the `stdenv-updates' branch. */
 
-{ nixpkgs ? { outPath = (import ./../.. {}).lib.cleanSource ../..; revCount = 1234; shortRev = "abcdef"; }
+{ nixpkgs ? { outPath = (import ../.. {}).lib.cleanSource ../..; revCount = 1234; shortRev = "abcdef"; }
 , supportedSystems ? [ "x86_64-linux" "i686-linux" "x86_64-darwin" ]
 }: