summary refs log tree commit diff
path: root/pkgs/top-level/release-python.nix
diff options
context:
space:
mode:
authorJohn Ericson <Ericson2314@Yahoo.com>2017-03-23 19:18:43 -0400
committerJohn Ericson <Ericson2314@Yahoo.com>2017-04-17 17:13:01 -0400
commitb477851f3427e3353d530ab0d47b63fe2686dd4b (patch)
tree8fcd551e3f71e20c03848cb299d816a8d1682687 /pkgs/top-level/release-python.nix
parent213d29f6b7c44cdc5182dacad78de047063845fa (diff)
downloadnixlib-b477851f3427e3353d530ab0d47b63fe2686dd4b.tar
nixlib-b477851f3427e3353d530ab0d47b63fe2686dd4b.tar.gz
nixlib-b477851f3427e3353d530ab0d47b63fe2686dd4b.tar.bz2
nixlib-b477851f3427e3353d530ab0d47b63fe2686dd4b.tar.lz
nixlib-b477851f3427e3353d530ab0d47b63fe2686dd4b.tar.xz
nixlib-b477851f3427e3353d530ab0d47b63fe2686dd4b.tar.zst
nixlib-b477851f3427e3353d530ab0d47b63fe2686dd4b.zip
top-level: Less indirection for lib in release*.nix
Diffstat (limited to 'pkgs/top-level/release-python.nix')
-rw-r--r--pkgs/top-level/release-python.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/top-level/release-python.nix b/pkgs/top-level/release-python.nix
index 0fbd5e50d12e..3bc252e440f7 100644
--- a/pkgs/top-level/release-python.nix
+++ b/pkgs/top-level/release-python.nix
@@ -3,14 +3,14 @@
    $ 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" ]
 }:
 
-with import ../../lib;
 with import ./release-lib.nix {inherit supportedSystems; };
+with lib;
 
 let
   packagePython = mapAttrs (name: value: