summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorJohn Ericson <Ericson2314@Yahoo.com>2017-05-21 13:38:36 -0400
committerJohn Ericson <Ericson2314@Yahoo.com>2017-05-21 13:38:36 -0400
commitda8b2f1412c77ef50c90587d4b0f3a66e11892d6 (patch)
tree94f3d2a8d3e461fc5aa0093aefc025f238ceb1c6 /lib
parent25edc476fd9fe1bd8bedf571d218ba4f27fb5a27 (diff)
downloadnixpkgs-da8b2f1412c77ef50c90587d4b0f3a66e11892d6.tar
nixpkgs-da8b2f1412c77ef50c90587d4b0f3a66e11892d6.tar.gz
nixpkgs-da8b2f1412c77ef50c90587d4b0f3a66e11892d6.tar.bz2
nixpkgs-da8b2f1412c77ef50c90587d4b0f3a66e11892d6.tar.lz
nixpkgs-da8b2f1412c77ef50c90587d4b0f3a66e11892d6.tar.xz
nixpkgs-da8b2f1412c77ef50c90587d4b0f3a66e11892d6.tar.zst
nixpkgs-da8b2f1412c77ef50c90587d4b0f3a66e11892d6.zip
lib tests: Simplify relative path for default argument
Diffstat (limited to 'lib')
-rw-r--r--lib/tests/release.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tests/release.nix b/lib/tests/release.nix
index 77dff39edfa..a6184041682 100644
--- a/lib/tests/release.nix
+++ b/lib/tests/release.nix
@@ -1,4 +1,4 @@
-{ pkgs ? import ((import ../../lib).cleanSource ../..) {} }:
+{ pkgs ? import ((import ../.).cleanSource ../..) {} }:
 
 pkgs.stdenv.mkDerivation {
   name = "nixpkgs-lib-tests";