summaryrefslogtreecommitdiffstats
path: root/pkgs/stdenv/linux/make-bootstrap-tools.nix
diff options
context:
space:
mode:
authorNicolas B. Pierron <nicolas.b.pierron@gmail.com>2016-03-13 18:24:55 +0000
committerNicolas B. Pierron <nicolas.b.pierron@gmail.com>2016-03-13 18:25:52 +0000
commit6313a5698a881b99e5aed238b38d05776126623e (patch)
treea0bb229c07820ee52d7ee90899dbea97a13d0640 /pkgs/stdenv/linux/make-bootstrap-tools.nix
parent27e5397282c4706d9e4b5229ad1a6d1282073c00 (diff)
Replace references to all-packages.nix, by references to the top-level of nixpkgs repository.
Diffstat (limited to 'pkgs/stdenv/linux/make-bootstrap-tools.nix')
-rw-r--r--pkgs/stdenv/linux/make-bootstrap-tools.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/stdenv/linux/make-bootstrap-tools.nix b/pkgs/stdenv/linux/make-bootstrap-tools.nix
index 3c8948699726..75dc009f5e67 100644
--- a/pkgs/stdenv/linux/make-bootstrap-tools.nix
+++ b/pkgs/stdenv/linux/make-bootstrap-tools.nix
@@ -1,6 +1,6 @@
{ system ? builtins.currentSystem }:
-with import ../../top-level/all-packages.nix {inherit system;};
+with import ../../.. {inherit system;};
rec {